diff --git a/src/loop.c b/src/loop.c index e7d2aad..5aaf20e 100644 --- a/src/loop.c +++ b/src/loop.c @@ -79,6 +79,7 @@ void loop() { // The user didn't type anything so restart the loop if (args->size == 0) { + free_string_array(args); continue; }