Fix perf build

This commit is contained in:
Jeffrey Pfau 2014-07-19 15:58:58 -07:00
parent 3202811e41
commit 79301a365f
1 changed files with 1 additions and 4 deletions

View File

@ -65,10 +65,7 @@ int main(int argc, char** argv) {
int duration = end - start; int duration = end - start;
GBAThreadJoin(&context); GBAThreadJoin(&context);
close(opts.fd); freeOptions(&opts);
if (opts.biosFd >= 0) {
close(opts.biosFd);
}
free(context.debugger); free(context.debugger);
free(renderer.outputBuffer); free(renderer.outputBuffer);