c7c84682e1
Some allocator functions have an error path where the corresponding free function is called. Since the memory in the allocator function was allocated using malloc/calloc the free function does not match. Silence warnings with pragma macros