diff options
Diffstat (limited to 'widgets/shortcut-bar/e-shortcut-bar.c')
-rw-r--r-- | widgets/shortcut-bar/e-shortcut-bar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/shortcut-bar/e-shortcut-bar.c b/widgets/shortcut-bar/e-shortcut-bar.c index bca9d5c61a..d668516338 100644 --- a/widgets/shortcut-bar/e-shortcut-bar.c +++ b/widgets/shortcut-bar/e-shortcut-bar.c @@ -650,5 +650,7 @@ e_shortcut_bar_load_image (const gchar *filename) else g_warning ("Couldn't find pixmap: %s", filename); + g_free (pathname); + return image; } |