Minor format tweaks

This commit is contained in:
Ray
2025-07-26 12:50:29 +02:00
parent 8343aed4f6
commit eb7f8912f8
4 changed files with 12 additions and 11 deletions

View File

@@ -1547,7 +1547,8 @@ Music LoadMusicStreamFromMemory(const char *fileType, const unsigned char *data,
music.looping = true; // Looping enabled by default
musicLoaded = true;
}
else {
else
{
drwav_uninit(ctxWav);
RL_FREE(ctxWav);
}