ucx/allocator.c

branch
dav-2
changeset 889
42cdbf9bbd49
parent 886
da79af4baec8
--- a/ucx/allocator.c	Tue Oct 14 21:02:26 2025 +0200
+++ b/ucx/allocator.c	Sat Nov 08 23:06:11 2025 +0100
@@ -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