[evolution-data-server] Bug 627855 - smtp_auth() memory leak
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug 627855 - smtp_auth() memory leak
- Date: Wed, 25 Aug 2010 18:15:08 +0000 (UTC)
commit 7df97c2923dcb0e7b84de111fc9a87c82692f46a
Author: David Woodhouse <David Woodhouse intel com>
Date: Wed Aug 25 19:14:37 2010 +0100
Bug 627855 - smtp_auth() memory leak
camel/providers/smtp/camel-smtp-transport.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/camel/providers/smtp/camel-smtp-transport.c b/camel/providers/smtp/camel-smtp-transport.c
index 91a926f..2c73ffe 100644
--- a/camel/providers/smtp/camel-smtp-transport.c
+++ b/camel/providers/smtp/camel-smtp-transport.c
@@ -1175,6 +1175,8 @@ smtp_auth (CamelSmtpTransport *transport,
g_object_unref (sasl);
camel_operation_end (NULL);
+ g_free (respbuf);
+
return TRUE;
break_and_lose:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]