gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: memorypool: minor doxy clarificat


From: gnunet
Subject: [libmicrohttpd] branch master updated: memorypool: minor doxy clarification
Date: Thu, 25 Nov 2021 10:29:03 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new cca1730f memorypool: minor doxy clarification
cca1730f is described below

commit cca1730f8b1ad5b89c1d00d37da37edb173c02e5
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Nov 25 12:28:52 2021 +0300

    memorypool: minor doxy clarification
---
 src/microhttpd/memorypool.c | 2 +-
 src/microhttpd/memorypool.h | 2 +-
 2 files changed, 2 insertions(+), 2 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,
  * shrinking the block that was last (re)allocated.
  * If the given block is not the most recently
  * (re)allocated block, the memory of the previous
- * allocation may be leaked until the pool is
+ * allocation may be not released until the pool is
  * destroyed or reset.
  *
  * @param pool memory pool to use for the operation
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,
  * shrinking the block that was last (re)allocated.
  * If the given block is not the most recently
  * (re)allocated block, the memory of the previous
- * allocation may be leaked until the pool is
+ * allocation may be not released until the pool is
  * destroyed or reset.
  *
  * @param pool memory pool to use for the operation

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]