src/cx/map.h

changeset 1109
89ec23988b88
parent 1102
db5e355e5349
child 1111
78eeeb950883
--- a/src/cx/map.h	Sun Jan 05 13:54:09 2025 +0100
+++ b/src/cx/map.h	Sun Jan 05 14:03:30 2025 +0100
@@ -210,10 +210,7 @@
  *
  * @param map the map to be freed
  */
-static inline void cxMapFree(CxMap *map) {
-    if (map == NULL) return;
-    map->cl->deallocate(map);
-}
+void cxMapFree(CxMap *map);
 
 
 /**

mercurial