memory leak: free this test's local attrib list

This commit is contained in:
Enno Rehling 2016-03-11 09:47:13 +01:00
parent 10e67e2107
commit 42849170f4
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ static void test_upgrade(CuTest *tc) {
CuAssertTrue(tc, key_get(alist, 42));
CuAssertTrue(tc, key_get(alist, 43));
CuAssertTrue(tc, key_get(alist, 44));
a_removeall(&alist, NULL);
}
CuSuite *get_key_suite(void)