src/allocator.c

changeset 1395
395ad9f8da44
parent 1330
dd5d2402d161
--- a/src/allocator.c	Thu Sep 25 14:30:28 2025 +0200
+++ b/src/allocator.c	Thu Sep 25 14:49:26 2025 +0200
@@ -73,7 +73,7 @@
         NULL
 };
 const CxAllocator * const cxStdlibAllocator = &cx_stdlib_allocator;
-const CxAllocator * cxDefaultAllocator = cxStdlibAllocator;
+const CxAllocator * cxDefaultAllocator = &cx_stdlib_allocator;
 
 int cx_reallocate_(
         void **mem,

mercurial