[raudio] Removed drwav_uninit in LoadMusicStream to fix a crash

This commit is contained in:
FishingHacks 2024-05-16 19:07:15 +02:00
parent 1d52985943
commit 088bf1315c

View File

@ -1348,7 +1348,6 @@ Music LoadMusicStream(const char *fileName)
} }
else else
{ {
drwav_uninit(ctxWav);
RL_FREE(ctxWav); RL_FREE(ctxWav);
} }
} }