From 9e3341f2f25861b1a0c5dc62a97163ed4ab59254 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 31 Dec 2024 14:59:15 +1100 Subject: [PATCH] Update StarMemory.cpp --- source/core/StarMemory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/StarMemory.cpp b/source/core/StarMemory.cpp index 6ecc509..dc13d08 100644 --- a/source/core/StarMemory.cpp +++ b/source/core/StarMemory.cpp @@ -51,7 +51,7 @@ namespace Star { void free(void* ptr, size_t size) { if (ptr) - ::sdallocx(ptr, size, 0); + je_sdallocx(ptr, size, 0); } #endif #elif STAR_USE_MIMALLOC