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