# HG changeset patch # User Olaf Wintermann # Date 1688748104 -7200 # Node ID bcf788f3f6f5e73b57ae2909c052d7adff1b8c39 # Parent 1210ee2d755f0021ad83111262f96b11d33c2355 change cxMempoolDestroy doc diff -r 1210ee2d755f -r bcf788f3f6f5 src/cx/mempool.h --- 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 */