mirror of https://github.com/encounter/SDL.git
SDL_wave: use SDL_free
This commit is contained in:
parent
0445c13aae
commit
2004aaf3bb
|
@ -313,7 +313,7 @@ WaveDebugDumpFormat(WaveFile *file, Uint32 rifflen, Uint32 fmtlen, Uint32 datale
|
||||||
|
|
||||||
SDL_LogDebug(SDL_LOG_CATEGORY_AUDIO, "%s", dumpstr);
|
SDL_LogDebug(SDL_LOG_CATEGORY_AUDIO, "%s", dumpstr);
|
||||||
|
|
||||||
free(dumpstr);
|
SDL_free(dumpstr);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue