delete array after test completion
This commit is contained in:
@@ -27,5 +27,6 @@ int test_l_array() {
|
||||
if (array->items != NULL) RETURN_CODE++;
|
||||
|
||||
printf("%d\n", RETURN_CODE);
|
||||
l_array_delete(array);
|
||||
return RETURN_CODE;
|
||||
}
|
||||
Reference in New Issue
Block a user