* test-mu-cmd.c, test-mu-contacts.c: fix tiny leaks in test cases

This commit is contained in:
Dirk-Jan C. Binnema
2011-05-25 08:12:27 +03:00
parent 3c20cfc4de
commit f22b506607
2 changed files with 5 additions and 1 deletions

View File

@ -159,6 +159,8 @@ test_mu_contacts_01 (void)
g_slist_foreach (clist, (GFunc)contact_destroy, NULL);
g_slist_free (clist);
mu_contacts_destroy (contacts);
g_free (contactsfile);
g_free (muhome);