1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

tests: fix memory leak in hashtable tests

This commit is contained in:
Sébastien Helleu
2014-10-16 20:46:31 +02:00
parent f62f759c3d
commit 5f98f20c94
+1
View File
@@ -266,6 +266,7 @@ TEST(Hashtable, SetGetRemove)
/* free hashtable */
hashtable_free (hashtable);
hashtable_free (hashtable2);
}
/*