mirror of https://github.com/mgba-emu/mgba.git
Fix perf build
This commit is contained in:
parent
3202811e41
commit
79301a365f
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue