Sun, 29 Sep 2024 13:10:52 +0200
fix misleading documentation that could have indicated that an allocator is optional for lists
src/cx/list.h | file | annotate | diff | comparison | revisions |
--- a/src/cx/list.h Sat Sep 28 15:55:14 2024 +0200 +++ b/src/cx/list.h Sun Sep 29 13:10:52 2024 +0200 @@ -71,7 +71,7 @@ * Destructor function. * * Implementations SHALL invoke the content destructor functions if provided - * and SHALL deallocate the list memory, if an allocator is provided. + * and SHALL deallocate the list memory. */ void (*destructor)(struct cx_list_s *list);