SDL_wave: use SDL_free

main
Sylvain 2021-11-22 16:54:17 +01:00 committed by Sam Lantinga
parent 0445c13aae
commit 2004aaf3bb
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ WaveDebugDumpFormat(WaveFile *file, Uint32 rifflen, Uint32 fmtlen, Uint32 datale
SDL_LogDebug(SDL_LOG_CATEGORY_AUDIO, "%s", dumpstr);
free(dumpstr);
SDL_free(dumpstr);
}
#endif