[makerom] fixed romfs (for linux)

This commit is contained in:
jakcron
2015-11-15 03:19:53 +08:00
parent 7c3b5faed6
commit 0854cbe5d1
8 changed files with 299 additions and 374 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ int BuildRomFs(romfs_buildctx *ctx)
void FreeRomFsCtx(romfs_buildctx *ctx)
{
if(ctx->fs){
fs_FreeDir(ctx->fs);
FreeDir(ctx->fs);
free(ctx->fs);
}
}