Skip to content

Commit 9783652

Browse files
committed
remove extra drflac_free
1 parent 9bd3d84 commit 9783652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/raudio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ void UnloadMusicStream(Music music)
17841784
else if (music.ctxType == MUSIC_AUDIO_QOA) qoaplay_close((qoaplay_desc *)music.ctxData);
17851785
#endif
17861786
#if SUPPORT_FILEFORMAT_FLAC
1787-
else if (music.ctxType == MUSIC_AUDIO_FLAC) { drflac_close((drflac *)music.ctxData); drflac_free((drflac *)music.ctxData, NULL); }
1787+
else if (music.ctxType == MUSIC_AUDIO_FLAC) { drflac_close((drflac *)music.ctxData); }
17881788
#endif
17891789
#if SUPPORT_FILEFORMAT_XM
17901790
else if (music.ctxType == MUSIC_MODULE_XM) jar_xm_free_context((jar_xm_context_t *)music.ctxData);

0 commit comments

Comments
 (0)