mirror of https://github.com/mgba-emu/mgba.git
Test: Fix fuzz build
This commit is contained in:
parent
a442933bbf
commit
5922beb475
|
@ -70,8 +70,7 @@ int main(int argc, char** argv) {
|
||||||
if (args.showVersion) {
|
if (args.showVersion) {
|
||||||
version(argv[0]);
|
version(argv[0]);
|
||||||
freeArguments(&args);
|
freeArguments(&args);
|
||||||
GBAConfigFreeOpts(&opts);
|
GBAContextDeinit(&context);
|
||||||
GBAConfigDeinit(&config);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue