aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/memorypool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/memorypool.c')
-rw-r--r--src/microhttpd/memorypool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/memorypool.c b/src/microhttpd/memorypool.c
index 4eae9618..58fc1e45 100644
--- a/src/microhttpd/memorypool.c
+++ b/src/microhttpd/memorypool.c
@@ -408,7 +408,7 @@ MHD_pool_try_alloc (struct MemoryPool *pool,
408 * shrinking the block that was last (re)allocated. 408 * shrinking the block that was last (re)allocated.
409 * If the given block is not the most recently 409 * If the given block is not the most recently
410 * (re)allocated block, the memory of the previous 410 * (re)allocated block, the memory of the previous
411 * allocation may be leaked until the pool is 411 * allocation may be not released until the pool is
412 * destroyed or reset. 412 * destroyed or reset.
413 * 413 *
414 * @param pool memory pool to use for the operation 414 * @param pool memory pool to use for the operation