mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 17:16:19 -05:00
Fix for bug #447 merged from SDL 1.2
This commit is contained in:
@@ -61,10 +61,10 @@ main(int argc, char *argv[])
|
||||
fprintf(stderr, "FAIL: %s\n", formats[i]);
|
||||
++errors;
|
||||
}
|
||||
if(test[0]) {
|
||||
if (test[0]) {
|
||||
SDL_free(test[0]);
|
||||
}
|
||||
if(test[1]) {
|
||||
if (test[1]) {
|
||||
SDL_free(test[1]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user