about summary refs log tree commit diff stats
path: root/tests/test_contact.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_contact.c')
-rw-r--r--tests/test_contact.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_contact.c b/tests/test_contact.c
index 5bc84a38..88dd63c2 100644
--- a/tests/test_contact.c
+++ b/tests/test_contact.c
@@ -20,7 +20,7 @@ void contact_in_group(void **state)
     assert_true(result);
 
     p_contact_free(contact);
-    g_slist_free(groups);
+//    g_slist_free(groups);
 }
 
 void contact_not_in_group(void **state)
@@ -35,7 +35,7 @@ void contact_not_in_group(void **state)
     assert_false(result);
 
     p_contact_free(contact);
-    g_slist_free(groups);
+//    g_slist_free(groups);
 }
 
 void contact_name_when_name_exists(void **state)