# HG changeset patch # User Mike Becker # Date 1526296532 -7200 # Node ID 1f9237cfeb265dbb820e673fe5578fb02154766f # Parent 362679052788cb72b050a277e1fa42ade03e1a69 fixes typo in modules.md diff -r 362679052788 -r 1f9237cfeb26 docs/src/modules.md --- a/docs/src/modules.md Mon May 14 13:13:36 2018 +0200 +++ b/docs/src/modules.md Mon May 14 13:15:32 2018 +0200 @@ -452,7 +452,7 @@ /* register destructor function */ ucx_mempool_set_destr(obj, (ucx_destructor) my_object_destroy); ``` -But aware, that your destructor function should not free any memory, that is +Be aware, that your destructor function should not free any memory, that is also managed by the pool. Otherwise you might be risking a double-free.