test/util_allocator.c

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

mercurial