about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-10-10 18:08:24 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-10-10 18:08:24 +0200
commit2559ad5370d1476242e271a2ae51ba27d7bef013 (patch)
tree6adf6d3dd1c886adb100006309b117861573c90e /tests
parent87b66d0816e1ad2d145ea87279461c02aaf49094 (diff)
downloadprofani-tty-2559ad5370d1476242e271a2ae51ba27d7bef013.tar.gz
Revert "Free lits in test_cmd_roster unittest"
This reverts commit 5b19ed28ce6f8bd8f46248de612f7ed466dc7a73.

This caused a segfault.
Diffstat (limited to 'tests')
-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)