mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 23:01:43 -04:00
improve isc_mempool_put memory model
This commit is contained in:
parent
ffd17aca38
commit
07cab7ffa8
1 changed files with 1 additions and 0 deletions
|
|
@ -2100,6 +2100,7 @@ isc___mempool_get(isc_mempool_t *mpctx0 FLARG) {
|
|||
return (item);
|
||||
}
|
||||
|
||||
/* coverity[+free : arg-1] */
|
||||
ISC_MEMFUNC_SCOPE void
|
||||
isc___mempool_put(isc_mempool_t *mpctx0, void *mem FLARG) {
|
||||
isc__mempool_t *mpctx = (isc__mempool_t *)mpctx0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue