ucx/allocator.c

changeset 112
c3f2f16fa4b8
parent 108
77254bd6dccb
--- a/ucx/allocator.c	Sat Oct 04 14:54:25 2025 +0200
+++ b/ucx/allocator.c	Sun Oct 19 21:20:08 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