src/cx/hash_map.h

changeset 993
b642eca4b956
parent 989
8aa57a7fecc4
--- 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,

mercurial