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;
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#define L_TYPES_AUTHOR "Lucielle <luci@git.lunarware.tech"
|
||||
#define L_TYPES_REPO "https://git.lunarware.tech/lucielle/ltypes.git"
|
||||
#define L_TYPES_VERSION "0.1.0"
|
||||
#define L_TYPES_VERSION "0.1.1"
|
||||
#define L_TYPES_LICENSE "GNU GPL v3"
|
||||
|
||||
int test_l_array();
|
||||
|
||||
Reference in New Issue
Block a user