Browse Source

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

Since 9f4baeea53b39ef20869a7ccd7d0b8fddba52726, the TLS storage is cleaned up when running SDL_Quit().
Anonymous Maarten 1 year ago
parent
commit
98da2dd303
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/test/SDL_test_memory.c

+ 0 - 2
src/test/SDL_test_memory.c

@@ -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;