mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Remove/Rename SDL_FreeWAV() to SDL_free()
This commit is contained in:
parent
29ba5f5d64
commit
3fb0c8b54a
13 changed files with 28 additions and 44 deletions
|
|
@ -194,7 +194,7 @@ int main(int argc, char *argv[])
|
|||
/* Clean up on signal */
|
||||
/* Quit audio first, then free WAV. This prevents access violations in the audio threads. */
|
||||
SDL_QuitSubSystem(SDL_INIT_AUDIO);
|
||||
SDL_FreeWAV(sound);
|
||||
SDL_free(sound);
|
||||
SDL_free(filename);
|
||||
SDL_Quit();
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue