# HG changeset patch # User Mike Becker # Date 1727608252 -7200 # Node ID 6ebf6fdfbc2cc796735649b0c5ada5ca09510c53 # Parent 49d8cff6f0ee95f7ca3aebd6d325cfc1454bc757 fix misleading documentation that could have indicated that an allocator is optional for lists diff -r 49d8cff6f0ee -r 6ebf6fdfbc2c src/cx/list.h --- 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);