--- a/src/cx/linked_list.h Tue Nov 26 22:00:03 2024 +0100 +++ b/src/cx/linked_list.h Tue Nov 26 22:16:27 2024 +0100 @@ -66,7 +66,7 @@ */ cx_attr_nodiscard cx_attr_malloc -cx_attr_dealloc(cxListDestroy, 1) +cx_attr_dealloc(cxListFree, 1) CxList *cxLinkedListCreate( const CxAllocator *allocator, cx_compare_func comparator,