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

@ -221,6 +221,7 @@ int main(int argc, char *argv[])
}
quit:
SDLTest_CleanupTextDrawing();
SDLTest_CommonQuit(state);
return 0;
}