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
--- a/src/cx/mempool.h	Fri Jul 07 18:41:03 2023 +0200
+++ b/src/cx/mempool.h	Fri Jul 07 18:41:44 2023 +0200
@@ -100,7 +100,7 @@
 }
 
 /**
- * Destroys a memory pool including their contents.
+ * Destroys a memory pool and frees the managed memory.
  *
  * @param pool the memory pool to destroy
  */

mercurial