From: Sergio Villar Senin Date: Thu, 16 Oct 2008 18:09:05 +0000 (+0000) Subject: * Fixes NB#90204 fixes a memory leak X-Git-Tag: git_migration_finished~1145 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=0a1b33cbe8f22d0af981762b780fa6a0349fae49 * Fixes NB#90204 fixes a memory leak pmo-trunk-r6074 --- diff --git a/src/hildon2/modest-msg-edit-window.c b/src/hildon2/modest-msg-edit-window.c index 631e0d5..2df0d39 100644 --- a/src/hildon2/modest-msg-edit-window.c +++ b/src/hildon2/modest-msg-edit-window.c @@ -1904,6 +1904,7 @@ modest_msg_edit_window_set_format_state (ModestMsgEditWindow *self, text_buffer_refresh_attributes (WP_TEXT_BUFFER (priv->text_buffer), self); + g_free (buffer_format); g_free (current_format); /* Check dimming rules */