mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-05 19:08:13 +00:00
[raudio] Removed drwav_uninit in LoadMusicStream to fix a crash (#3986)
This commit is contained in:
@@ -1348,7 +1348,6 @@ Music LoadMusicStream(const char *fileName)
|
||||
}
|
||||
else
|
||||
{
|
||||
drwav_uninit(ctxWav);
|
||||
RL_FREE(ctxWav);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user