From: Sergio Villar Senin Date: Tue, 17 Mar 2009 19:29:50 +0000 (+0000) Subject: Fixed leak 5/26 X-Git-Tag: git_migration_finished~295 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=69853dfdc372a823bb92fc0481639b8de244918e Fixed leak 5/26 pmo-trunk-r8109 --- diff --git a/src/hildon2/modest-msg-edit-window.c b/src/hildon2/modest-msg-edit-window.c index 484f153..83b653e 100644 --- a/src/hildon2/modest-msg-edit-window.c +++ b/src/hildon2/modest-msg-edit-window.c @@ -2177,7 +2177,7 @@ modest_msg_edit_window_insert_image (ModestMsgEditWindow *window) modest_platform_information_banner (NULL, NULL, _FM("sfil_ib_opening_not_allowed")); - + g_free (filename); g_object_unref (mime_part); gnome_vfs_file_info_unref (info); continue;