environ #15

Merged
cromer merged 27 commits from environ into master 2021-07-17 22:15:24 -04:00
Showing only changes of commit 1cbe850a10 - Show all commits

View File

@ -79,6 +79,7 @@ void loop() {
// The user didn't type anything so restart the loop // The user didn't type anything so restart the loop
if (args->size == 0) { if (args->size == 0) {
free_string_array(args);
continue; continue;
} }