tests: start memory tracking first + clean up cached text textures

This commit is contained in:
Anonymous Maarten
2024-07-27 13:44:04 +02:00
parent 6f1136c6ce
commit 3bfc103e76
6 changed files with 17 additions and 12 deletions

View File

@@ -261,7 +261,7 @@ int main(int argc, char *argv[])
return_code = test_sdl_delay_within_bounds();
}
SDLTest_CommonDestroyState(state);
SDL_Quit();
SDLTest_CommonDestroyState(state);
return return_code;
}