--- 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.