mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
testdisplayinfo.c forgot to SDL_Quit() at the end.
This commit is contained in:
@@ -81,6 +81,7 @@ main(int argc, char *argv[])
|
|||||||
SDL_Log("\n");
|
SDL_Log("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SDL_Quit();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user