Fixes NB#128529, fixes a memory leak in the Notification data
authorSergio Villar Senin <svillar@igalia.com>
Mon, 27 Jul 2009 14:17:21 +0000 (16:17 +0200)
committerSergio Villar Senin <svillar@igalia.com>
Mon, 27 Jul 2009 14:17:21 +0000 (16:17 +0200)
src/modest-utils.c

index 4447e5e..3080b67 100644 (file)
@@ -1131,6 +1131,8 @@ free_notification_data (gpointer data,
        g_free (notification_data->from);
        g_free (notification_data->subject);
        g_free (notification_data->uri);
+
+       g_slice_free (ModestMsgNotificationData, notification_data);
 }
 
 void