fix memleak in Test_C64_Formats()
see 72a956a98df72fa3e1ea574406c06ac19df770ae
This commit is contained in:
parent
de271ec3dd
commit
e656139f93
@ -489,6 +489,8 @@ int Test_C64_Formats(void)
|
||||
GFX2_Log(GFX2_ERROR, "Save_%s/Load_%s: Pixels mismatch\n", formats[i].name, formats[i].name);
|
||||
ok = 0;
|
||||
}
|
||||
Free_GFX2_Surface(context.Surface);
|
||||
context.Surface = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user