src/cx/list.h

changeset 1109
89ec23988b88
parent 1101
2872f287fadc
child 1111
78eeeb950883
--- a/src/cx/list.h	Sun Jan 05 13:54:09 2025 +0100
+++ b/src/cx/list.h	Sun Jan 05 14:03:30 2025 +0100
@@ -885,10 +885,7 @@
  *
  * @param list the list which shall be freed
  */
-static inline void cxListFree(CxList *list) {
-    if (list == NULL) return;
-    list->cl->deallocate(list);
-}
+void cxListFree(CxList *list);
 
 /**
  * A shared instance of an empty list.

mercurial