src/cx/list.h

changeset 708
1caed6c9ba68
parent 704
35f06c5eeb0e
child 739
529c35a768f3
     1.1 --- a/src/cx/list.h	Sun May 21 14:40:05 2023 +0200
     1.2 +++ b/src/cx/list.h	Sun May 21 14:56:10 2023 +0200
     1.3 @@ -70,6 +70,9 @@
     1.4  struct cx_list_class_s {
     1.5      /**
     1.6       * Destructor function.
     1.7 +     *
     1.8 +     * Implementations SHALL invoke the content destructor functions if provided
     1.9 +     * and SHALL deallocate the list memory, if an allocator is provided.
    1.10       */
    1.11      void (*destructor)(struct cx_list_s *list);
    1.12  

mercurial