Bug #620815 - Memory leaks with Evolution

This commit is contained in:
Milan Crha
2010-06-24 20:43:16 +02:00
parent 9d538474a8
commit 179db75ce0
8 changed files with 32 additions and 28 deletions

View File

@ -270,6 +270,7 @@ e_mail_reader_open_selected (EMailReader *reader)
gtk_widget_show (browser);
}
g_ptr_array_foreach (views, (GFunc) g_free, NULL);
g_ptr_array_free (views, TRUE);
em_utils_uids_free (uids);