all repos — mgba @ 5922beb47536508c3ae46654ec6637d670fa4a3d

mGBA Game Boy Advance Emulator

Test: Fix fuzz build
Jeffrey Pfau jeffrey@endrift.com
Tue, 20 Oct 2015 22:33:26 -0700
commit

5922beb47536508c3ae46654ec6637d670fa4a3d

parent

a442933bbfc148115012958d80795e5daafe1ff8

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M src/platform/test/fuzz-main.csrc/platform/test/fuzz-main.c

@@ -70,8 +70,7 @@ }

if (args.showVersion) { version(argv[0]); freeArguments(&args); - GBAConfigFreeOpts(&opts); - GBAConfigDeinit(&config); + GBAContextDeinit(&context); return 0; }