* Fixed a bad merge causing a secure crash on closing modest.
authorJose Dapena Paz <jdapena@igalia.com>
Mon, 16 Jun 2008 12:11:49 +0000 (12:11 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Mon, 16 Jun 2008 12:11:49 +0000 (12:11 +0000)
pmo-diablo-r4690

src/modest-main.c

index edfd795..9026288 100644 (file)
@@ -82,7 +82,7 @@ on_queue_empty (ModestMailOperationQueue *queue,
           windows. We can exit as well if the main window is hidden
           and it's the only one */
        if (modest_window_mgr_num_windows (mgr) == 0)
-               g_idle_add_full (G_PRIORITY_LOW, on_idle_exit_modest, user_data, g_free);
+               g_idle_add_full (G_PRIORITY_LOW, on_idle_exit_modest, user_data, NULL);
 }
 
 static void