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
parent
6a381567b0
commit
98da2dd303
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue