change cxMempoolDestroy doc

Fri, 07 Jul 2023 18:41:44 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 07 Jul 2023 18:41:44 +0200
changeset 742
bcf788f3f6f5
parent 741
1210ee2d755f
child 744
937f8b5d4a3f

change cxMempoolDestroy doc

src/cx/mempool.h file | annotate | diff | comparison | revisions
     1.1 --- a/src/cx/mempool.h	Fri Jul 07 18:41:03 2023 +0200
     1.2 +++ b/src/cx/mempool.h	Fri Jul 07 18:41:44 2023 +0200
     1.3 @@ -100,7 +100,7 @@
     1.4  }
     1.5  
     1.6  /**
     1.7 - * Destroys a memory pool including their contents.
     1.8 + * Destroys a memory pool and frees the managed memory.
     1.9   *
    1.10   * @param pool the memory pool to destroy
    1.11   */

mercurial