]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove isc_mem_t from fctxbucket_t
authorOndřej Surý <ondrej@sury.org>
Tue, 19 Oct 2021 07:16:39 +0000 (09:16 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 19 Oct 2021 07:18:14 +0000 (09:18 +0200)
commitef831e9dfe7d1f99ac129fecc886cdb273bb6b52
tree4ae84b76d1f6f8eaaa86281f678d20a22133624f
parent2b7037fa1b00fd8b48fe744c23c145bc2dc2942e
Remove isc_mem_t from fctxbucket_t

The fctxbucket_t properly attaches to the fetchctx_t, so it can safely
use its memory context.  Save a little bit of memory by removing own
memory context from fctxbucket_t.
lib/dns/resolver.c