[evolution-data-server] Bug 627610 - imapx store summary memory leak
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug 627610 - imapx store summary memory leak
- Date: Tue, 24 Aug 2010 12:44:35 +0000 (UTC)
commit f57217d0b065bcabf279bc1c6c761d555b0fa411
Author: David Woodhouse <David Woodhouse intel com>
Date: Tue Aug 24 13:44:21 2010 +0100
Bug 627610 - imapx store summary memory leak
camel/providers/imapx/camel-imapx-utils.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-utils.c b/camel/providers/imapx/camel-imapx-utils.c
index 9b40611..7b1b659 100644
--- a/camel/providers/imapx/camel-imapx-utils.c
+++ b/camel/providers/imapx/camel-imapx-utils.c
@@ -2043,6 +2043,7 @@ imapx_namespace_clear (CamelIMAPXStoreNamespace **ns)
node = *ns;
while (node != NULL) {
next = node->next;
+ g_free (node->full_name);
g_free (node->path);
g_free (node);
node = next;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]