fix misleading documentation that could have indicated that an allocator is optional for lists

Sun, 29 Sep 2024 13:10:52 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 29 Sep 2024 13:10:52 +0200
changeset 892
6ebf6fdfbc2c
parent 891
49d8cff6f0ee
child 893
0a2b328f5b91

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);
 

mercurial