* fix tiny mem leak
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Fri, 9 Nov 2007 12:57:10 +0000 (12:57 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Fri, 9 Nov 2007 12:57:10 +0000 (12:57 +0000)
pmo-trunk-r3685

src/maemo/modest-msg-edit-window.c

index 77cedb0..e7832fa 100644 (file)
@@ -1498,6 +1498,7 @@ modest_msg_edit_window_free_msg_data (ModestMsgEditWindow *edit_window,
        g_free (data->to);
        g_free (data->cc);
        g_free (data->bcc);
        g_free (data->to);
        g_free (data->cc);
        g_free (data->bcc);
+       g_free (data->from);
        g_free (data->subject);
        g_free (data->plain_body);
        g_free (data->html_body);
        g_free (data->subject);
        g_free (data->plain_body);
        g_free (data->html_body);