Revert "Remap stb_vorbis malloc/free calls to RL_MALLOC/RL_FREE (#5763)"

This reverts commit 21897f4bb9.
This commit is contained in:
Ray
2026-04-15 23:58:05 +02:00
parent 21897f4bb9
commit 1e43c1d372

View File

@ -210,11 +210,8 @@ typedef struct tagBITMAPINFOHEADER {
#endif
#if SUPPORT_FILEFORMAT_OGG
#define malloc RL_MALLOC
#define free RL_FREE
// TODO: Remap stb_vorbis malloc()/free() calls to RL_MALLOC/RL_FREE
#include "external/stb_vorbis.c" // OGG loading functions
#undef malloc
#undef free
#endif
#if SUPPORT_FILEFORMAT_MP3