From 1e43c1d3724dd4248a784e3150377c1590488c14 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 15 Apr 2026 23:58:05 +0200 Subject: [PATCH] Revert "Remap stb_vorbis malloc/free calls to RL_MALLOC/RL_FREE (#5763)" This reverts commit 21897f4bb9e326955d9c26772bb3fdef436d8534. --- src/raudio.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/raudio.c b/src/raudio.c index 9ca5e9c7d..3cd6b37aa 100644 --- a/src/raudio.c +++ b/src/raudio.c @@ -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