Bläddra i källkod

testplatform: fix leak at exit time

A leak was present at exit time on the Emscripten platform
Anonymous Maarten 10 månader sedan
förälder
incheckning
d5060423a2
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      test/testplatform.c

+ 1 - 0
test/testplatform.c

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