--- 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);
/**