diff -r 14ca894190fd -r b642eca4b956 src/list.c --- a/src/list.c Tue Nov 26 22:00:03 2024 +0100 +++ b/src/list.c Tue Nov 26 22:16:27 2024 +0100 @@ -59,7 +59,7 @@ } static void cx_pl_destructor(struct cx_list_s *list) { - list->climpl->destructor(list); + list->climpl->deallocate(list); } static int cx_pl_insert_element(