aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/memorypool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/memorypool.h')
-rw-r--r--src/microhttpd/memorypool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/memorypool.h b/src/microhttpd/memorypool.h
index b569d33e..ab977d12 100644
--- a/src/microhttpd/memorypool.h
+++ b/src/microhttpd/memorypool.h
@@ -119,7 +119,7 @@ MHD_pool_try_alloc (struct MemoryPool *pool,
119 * shrinking the block that was last (re)allocated. 119 * shrinking the block that was last (re)allocated.
120 * If the given block is not the most recently 120 * If the given block is not the most recently
121 * (re)allocated block, the memory of the previous 121 * (re)allocated block, the memory of the previous
122 * allocation may be leaked until the pool is 122 * allocation may be not released until the pool is
123 * destroyed or reset. 123 * destroyed or reset.
124 * 124 *
125 * @param pool memory pool to use for the operation 125 * @param pool memory pool to use for the operation