Browse Source
[raudio] Removed drwav_uninit in LoadMusicStream to fix a crash (#3986)
pull/3988/head
FishingHacks
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
src/raudio.c
|
|
@ -1348,7 +1348,6 @@ Music LoadMusicStream(const char *fileName) |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
drwav_uninit(ctxWav); |
|
|
|
RL_FREE(ctxWav); |
|
|
|
} |
|
|
|
} |
|
|
|