diff -r 14ca894190fd -r b642eca4b956 src/cx/hash_map.h --- a/src/cx/hash_map.h Tue Nov 26 22:00:03 2024 +0100 +++ b/src/cx/hash_map.h Tue Nov 26 22:16:27 2024 +0100 @@ -84,7 +84,7 @@ */ cx_attr_nodiscard cx_attr_malloc -cx_attr_dealloc(cxMapDestroy, 1) +cx_attr_dealloc(cxMapFree, 1) CxMap *cxHashMapCreate( const CxAllocator *allocator, size_t itemsize,