[Commits] [SCM] claws branch, master, updated. 3.11.1-21-g9303958
ticho at claws-mail.org
ticho at claws-mail.org
Sat Nov 15 21:40:31 CET 2014
The branch, master has been updated
via 930395862ec422b5009ec9bcd1ea4ed768c17266 (commit)
from e53bedf008504990ecae100ff5931eed4b641823 (commit)
Summary of changes:
src/common/smtp.c | 2 --
1 file changed, 2 deletions(-)
- Log -----------------------------------------------------------------
commit 930395862ec422b5009ec9bcd1ea4ed768c17266
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Sat Nov 15 21:40:09 2014 +0100
Remove double-free in SMTP AUTH PLAIN handling code.
diff --git a/src/common/smtp.c b/src/common/smtp.c
index 615b19d..e83a995 100644
--- 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;
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list