mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 09:55:42 +00:00
SDL_wave: use SDL_free
This commit is contained in:
parent
0445c13aae
commit
2004aaf3bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue