From 7240a14b4be99a87bbf497f579291319b3fc9160 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sun, 7 Oct 2018 00:29:50 +0300 Subject: [PATCH] backport fix for bug #2004. (from 2.0 branch commit bbc63f965931). --- mixer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mixer.c b/mixer.c index 8ac881ce..83936500 100644 --- a/mixer.c +++ b/mixer.c @@ -228,6 +228,7 @@ void Mix_Quit() #ifdef MID_MUSIC if (soundfont_paths) { SDL_free(soundfont_paths); + soundfont_paths=NULL; } #endif initialized = 0;