1
0
mirror of https://gitlab.com/klmp200/fish.git synced 2024-06-14 02:31:59 +00:00

Tryhard pour le 0 leak

This commit is contained in:
Antoine Bartuccio 2017-05-18 01:30:46 +02:00
parent 34b8cbe3cf
commit cb2dc7f747

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;
}