From cd4860d5678704047ac2882a74b2ba8e95b22737 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Mon, 11 Dec 2000 18:50:04 +0000 Subject: Memory leaks-- Default HTML prettiness++ Memory leaks-- Default HTML prettiness++ svn path=/trunk/; revision=6911 --- executive-summary/component/e-summary-util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executive-summary/component/e-summary-util.c') diff --git a/executive-summary/component/e-summary-util.c b/executive-summary/component/e-summary-util.c index 8ed8d4daea..52f4994185 100644 --- a/executive-summary/component/e-summary-util.c +++ b/executive-summary/component/e-summary-util.c @@ -45,6 +45,7 @@ e_pixmap_file (const char *filename) return ret; } + g_free (edir); /* Try the evolution button images dir */ edir = g_concat_dir_and_file (EVOLUTION_DATADIR "/images/evolution/buttons", @@ -56,6 +57,7 @@ e_pixmap_file (const char *filename) return ret; } + g_free (edir); /* Fall back to the gnome_pixmap_file */ return gnome_pixmap_file (filename); -- cgit v1.2.3