We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd3d84 commit 9783652Copy full SHA for 9783652
1 file changed
src/raudio.c
@@ -1784,7 +1784,7 @@ void UnloadMusicStream(Music music)
1784
else if (music.ctxType == MUSIC_AUDIO_QOA) qoaplay_close((qoaplay_desc *)music.ctxData);
1785
#endif
1786
#if SUPPORT_FILEFORMAT_FLAC
1787
- else if (music.ctxType == MUSIC_AUDIO_FLAC) { drflac_close((drflac *)music.ctxData); drflac_free((drflac *)music.ctxData, NULL); }
+ else if (music.ctxType == MUSIC_AUDIO_FLAC) { drflac_close((drflac *)music.ctxData); }
1788
1789
#if SUPPORT_FILEFORMAT_XM
1790
else if (music.ctxType == MUSIC_MODULE_XM) jar_xm_free_context((jar_xm_context_t *)music.ctxData);
0 commit comments