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) {
|
||||
version(argv[0]);
|
||||
freeArguments(&args);
|
||||
GBAConfigFreeOpts(&opts);
|
||||
GBAConfigDeinit(&config);
|
||||
GBAContextDeinit(&context);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue