Remove double-free in SMTP AUTH PLAIN handling code.
authorAndrej Kacian <ticho@claws-mail.org>
Sat, 15 Nov 2014 20:40:09 +0000 (21:40 +0100)
committerAndrej Kacian <ticho@claws-mail.org>
Sat, 15 Nov 2014 20:40:09 +0000 (21:40 +0100)
src/common/smtp.c

index 615b19df4b90e219c2f1dfd10184effe5d8678bd..e83a995ef34a6fed2c750f1d37707aa6481cb2da 100644 (file)
@@ -394,8 +394,6 @@ static gint smtp_auth_plain(SMTPSession *session)
 
        log_print(LOG_PROTOCOL, "ESMTP> [AUTH PLAIN]\n");
 
-       g_free(b64buf);
-
        return SM_OK;
 }