[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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