diff -r 3dc9075df822 -r eb9e7bd40a8e test/util_allocator.c --- 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));