[raudio] Removed drwav_uninit in LoadMusicStream to fix a crash (#3986)

This commit is contained in:
FishingHacks
2024-05-16 19:47:39 +02:00
committed by GitHub
parent 1d52985943
commit 3d70d6179c

View File

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