From: Mazet Laurent Date: Wed, 19 Jun 2024 05:45:56 +0000 (+0200) Subject: fix a memory lose X-Git-Tag: v1.0~2 X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=376d06691b1e9c49812b49552a30d14c6a05607c;p=scrabble.git fix a memory lose --- diff --git a/scrabble.c b/scrabble.c index c98a90f..eec05c9 100644 --- a/scrabble.c +++ b/scrabble.c @@ -253,6 +253,7 @@ int main (int argc, char *argv[]) VERBOSE (ERROR, fprintf (stderr, "can't read file (%s)\n", file)); return 1; } + free (buffer); } int i;