diff options
-rw-r--r-- | src/libui_sdl/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libui_sdl/main.cpp b/src/libui_sdl/main.cpp index 39c2ac3..7374ae6 100644 --- a/src/libui_sdl/main.cpp +++ b/src/libui_sdl/main.cpp @@ -154,6 +154,7 @@ void MicLoadWav(char* name) memset(&format, 0, sizeof(SDL_AudioSpec)); if (MicWavBuffer) delete[] MicWavBuffer; + MicWavBuffer = NULL; MicWavLength = 0; u8* buf; |