Free allocated buffer

This commit is contained in:
sin 2013-10-10 19:54:49 +01:00
parent 12ad81fa24
commit f559b71488
1 changed files with 1 additions and 0 deletions

1
mc.c
View File

@ -81,6 +81,7 @@ main(int argc, char *argv[])
}
fputs("\n", stdout);
}
free(space);
return EXIT_SUCCESS;
}