[anjal] Fix a memory leak



commit 9ff083380f9e7e7a97f89ebc493ccd6815c6430b
Author: Srinivasa Ragavan <sragavan novell com>
Date:   Fri Jul 24 14:27:51 2009 +0530

    Fix a memory leak

 src/mail-shell.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/mail-shell.c b/src/mail-shell.c
index 64e865f..901acc0 100644
--- a/src/mail-shell.c
+++ b/src/mail-shell.c
@@ -633,6 +633,8 @@ setup_abooks()
 	
 	e_source_list_sync (list, NULL);
 	g_object_unref (list);
+	g_free (uri);
+	g_free (base_dir);
 }
 
 void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]