瀏覽代碼
[raudio] Removed drwav_uninit in LoadMusicStream to fix a crash (#3986)
pull/3988/head
FishingHacks
1 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: B5690EEEBB952194
共有
1 個檔案被更改,包括
0 行新增 和
1 行删除
-
src/raudio.c
|
|
@ -1348,7 +1348,6 @@ Music LoadMusicStream(const char *fileName) |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
drwav_uninit(ctxWav); |
|
|
|
RL_FREE(ctxWav); |
|
|
|
} |
|
|
|
} |
|
|
|