diff --git a/makerom/romfs.c b/makerom/romfs.c index 64190c4..9e3956a 100644 --- a/makerom/romfs.c +++ b/makerom/romfs.c @@ -45,8 +45,6 @@ int BuildRomFs(romfs_buildctx *ctx) void FreeRomFsCtx(romfs_buildctx *ctx) { - if(ctx->romfsBinary) - fclose(ctx->romfsBinary); if(ctx->fs){ fs_FreeFiles(ctx->fs); fs_FreeDir(ctx->fs);