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/ChangeLog | 2 ++ executive-summary/component/e-summary-util.c | 2 ++ executive-summary/summary.html | 15 +++++++++++---- 3 files changed, 15 insertions(+), 4 deletions(-) (limited to 'executive-summary') diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index dc8d3d1382..d8bd05ccc9 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -19,6 +19,8 @@ * component/e-summary.c (html_event): Use the name spaced #define. + * component/e-summary-util (e_pixmap_file): Free the edir. + 2000-12-08 Iain Holmes * summary.html: Don't hardcode the image paths. 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); diff --git a/executive-summary/summary.html b/executive-summary/summary.html index bec3417476..458080bf6e 100644 --- a/executive-summary/summary.html +++ b/executive-summary/summary.html @@ -4,19 +4,26 @@ - +
- - + - +
+ E V O L U T I O N
 
Search on Google:
+ + + + + +
Search on Google:
+
  
-- cgit v1.2.3