[evolution-data-server] Bug 627610 - imapx store summary memory leak



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]