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:
@@ -266,6 +266,7 @@ TEST(Hashtable, SetGetRemove)
|
||||
|
||||
/* free hashtable */
|
||||
hashtable_free (hashtable);
|
||||
hashtable_free (hashtable2);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user