about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tests/unittests/test_cmd_roster.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test_cmd_roster.c b/tests/unittests/test_cmd_roster.c
index 4243e88b..1b6ab88c 100644
--- a/tests/unittests/test_cmd_roster.c
+++ b/tests/unittests/test_cmd_roster.c
@@ -179,7 +179,6 @@ void cmd_roster_nick_sends_name_change_request(void **state)
     assert_string_equal(p_contact_name(contact), nick);
 
     roster_destroy();
-    g_slist_free(groups);
 }
 
 void cmd_roster_clearnick_shows_message_when_no_jid(void **state)