mirror of
https://gitlab.com/klmp200/fish.git
synced 2024-11-22 00:33:20 +00:00
Tryhard pour le 0 leak
This commit is contained in:
parent
34b8cbe3cf
commit
cb2dc7f747
@ -145,6 +145,7 @@ int fishLoad(WordArray *array) {
|
|||||||
} while (!WIFEXITED(status) && !WIFSIGNALED(status));
|
} while (!WIFEXITED(status) && !WIFSIGNALED(status));
|
||||||
if (status) fprintf(stderr, "%s\n", getInsult());
|
if (status) fprintf(stderr, "%s\n", getInsult());
|
||||||
}
|
}
|
||||||
|
freeWordArray(array);
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user