sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit f559b71488a314c974e07ca1662adabddff0805d
parent 12ad81fa245ee1c9e37a7527741a08bd3ba7df5a
Author: sin <sin@2f30.org>
Date:   Thu, 10 Oct 2013 19:54:49 +0100

Free allocated buffer

Diffstat:
Mmc.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/mc.c b/mc.c @@ -81,6 +81,7 @@ main(int argc, char *argv[]) } fputs("\n", stdout); } + free(space); return EXIT_SUCCESS; }