testplatform: fix leak at exit time

A leak was present at exit time on the Emscripten platform
This commit is contained in:
Anonymous Maarten 2024-05-30 20:48:31 +02:00
parent 4b0f52b04e
commit d5060423a2

View file

@ -483,6 +483,7 @@ int main(int argc, char *argv[])
status += Test64Bit(verbose);
status += TestCPUInfo(verbose);
status += TestAssertions(verbose);
SDL_Quit();
SDLTest_CommonDestroyState(state);