talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 930395862ec422b5009ec9bcd1ea4ed768c17266
parent e53bedf008504990ecae100ff5931eed4b641823
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Sat, 15 Nov 2014 21:40:09 +0100

Remove double-free in SMTP AUTH PLAIN handling code.

Diffstat:
Msrc/common/smtp.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/common/smtp.c b/src/common/smtp.c @@ -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; }