1
0
mirror of https://gitlab.com/klmp200/fish.git synced 2026-04-26 08:35:58 +00:00

Tryhard pour le 0 leak

This commit is contained in:
2017-05-18 01:30:46 +02:00
parent 34b8cbe3cf
commit cb2dc7f747
+1
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;
}