mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 00:47:39 +00:00
testplatform: fix leak at exit time
A leak was present at exit time on the Emscripten platform
This commit is contained in:
parent
4b0f52b04e
commit
d5060423a2
1 changed files with 1 additions and 0 deletions
|
@ -483,6 +483,7 @@ int main(int argc, char *argv[])
|
|||
status += Test64Bit(verbose);
|
||||
status += TestCPUInfo(verbose);
|
||||
status += TestAssertions(verbose);
|
||||
SDL_Quit();
|
||||
|
||||
SDLTest_CommonDestroyState(state);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue