SDL_test: don't warn about expected allocations when running with --trackmem

Since 9f4baeea53, the TLS storage is cleaned up when running SDL_Quit().
main
Anonymous Maarten 2023-08-25 23:59:42 +02:00 committed by Anonymous Maarten
parent 6a381567b0
commit 98da2dd303
1 changed files with 0 additions and 2 deletions

View File

@ -284,8 +284,6 @@ void SDLTest_LogAllocations(void)
SDL_strlcpy(line, "Memory allocations:\n", sizeof(line));
ADD_LINE();
SDL_strlcpy(line, "Expect 2 allocations from within SDL_GetErrBuf()\n", sizeof(line));
ADD_LINE();
count = 0;
total_allocated = 0;