Test: Fix fuzz build

This commit is contained in:
Jeffrey Pfau 2015-10-20 22:33:26 -07:00
parent a442933bbf
commit 5922beb475
1 changed files with 1 additions and 2 deletions

View File

@ -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;
} }