diff --git a/test/array.c b/test/array.c index b720d25..5346751 100644 --- a/test/array.c +++ b/test/array.c @@ -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; } \ No newline at end of file diff --git a/test/test.c b/test/test.c index a6416b2..76de900 100644 --- a/test/test.c +++ b/test/test.c @@ -2,7 +2,7 @@ #define L_TYPES_AUTHOR "Lucielle