test/util_allocator.c

changeset 500
eb9e7bd40a8e
parent 494
6ce8cfa10a96
--- a/test/util_allocator.c	Sat Jan 29 14:32:04 2022 +0100
+++ b/test/util_allocator.c	Sun Jan 30 14:19:00 2022 +0100
@@ -113,7 +113,7 @@
         &cx_testing_allocator_class,
         &cx_testing_allocator_data
 };
-CxAllocator cxTestingAllocator = &cx_testing_allocator;
+CxAllocator *cxTestingAllocator = &cx_testing_allocator;
 
 void cxTestingAllocatorReset(void) {
     memset(&cx_testing_allocator_data, 0, sizeof(cx_testing_allocator_s));

mercurial