Tryhard pour le 0 leak

This commit is contained in:
Antoine Bartuccio 2017-05-18 01:30:46 +02:00
parent 34b8cbe3cf
commit cb2dc7f747
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ int fishLoad(WordArray *array) {
} while (!WIFEXITED(status) && !WIFSIGNALED(status));
if (status) fprintf(stderr, "%s\n", getInsult());
}
freeWordArray(array);
return status;
}