diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 14:59:15 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 14:59:15 +1100 |
commit | 9e3341f2f25861b1a0c5dc62a97163ed4ab59254 (patch) | |
tree | c73ce661db43bb094836fa49ee25bbcb6bb842ae /source/core | |
parent | 5b520556cf071223a5790d0d08ffadac9f0c07e0 (diff) |
Update StarMemory.cpp
Diffstat (limited to 'source/core')
-rw-r--r-- | source/core/StarMemory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |