diff --git a/source/util/src/heapAllocator.c b/source/util/src/heapAllocator.c index 3b0d975e7e..645277b386 100644 --- a/source/util/src/heapAllocator.c +++ b/source/util/src/heapAllocator.c @@ -40,7 +40,6 @@ SMemAllocator *tdCreateHeapAllocator() { return NULL; } - pMemAllocator->usage = 0; pMemAllocator->malloc = haMalloc; pMemAllocator->calloc = haCalloc; pMemAllocator->realloc = NULL;