diff options
Diffstat (limited to 'executive-summary/component')
-rw-r--r-- | executive-summary/component/e-summary-util.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |