From cb2dc7f7479d81b6ac762c961f3e4865f30d5236 Mon Sep 17 00:00:00 2001 From: klmp200 Date: Thu, 18 May 2017 01:30:46 +0200 Subject: [PATCH] Tryhard pour le 0 leak --- fish_shell/fish_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fish_shell/fish_core.c b/fish_shell/fish_core.c index b473d30..922b4f6 100644 --- a/fish_shell/fish_core.c +++ b/fish_shell/fish_core.c @@ -145,6 +145,7 @@ int fishLoad(WordArray *array) { } while (!WIFEXITED(status) && !WIFSIGNALED(status)); if (status) fprintf(stderr, "%s\n", getInsult()); } + freeWordArray(array); return status; }