fix libck

git-svn-id: svn://kolibrios.org@7172 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
siemargl
2018-03-05 17:53:31 +00:00
parent df2b9b2d5a
commit b7fe2ec210
18 changed files with 782 additions and 185 deletions

View File

@@ -12,6 +12,8 @@ int fclose(FILE* file)
if(file->buffer)
free(file->buffer);
if(file->filename)
free(file->filename);
free(file);
return 0;