Browse Source

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

pull/3988/head
FishingHacks 9 months ago
committed by GitHub
parent
commit
3d70d6179c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/raudio.c

+ 0
- 1
src/raudio.c View File

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

Loading…
Cancel
Save