]> git.ipfire.org Git - thirdparty/bind9.git/commit
dig: add reference counting to dig_query_t
authorOndřej Surý <ondrej@sury.org>
Wed, 4 Nov 2020 11:40:13 +0000 (12:40 +0100)
committerOndřej Surý <ondrej@sury.org>
Sat, 7 Nov 2020 19:49:53 +0000 (20:49 +0100)
commita2bc627c3034621511e4bbff8b2d22c9d4834609
tree9978b93bc007342fd6d682593299ab788a617d69
parent5307bf64ce802cb2d8aa4a59c283fd0c581d41ff
dig: add reference counting to dig_query_t

add a reference counter to the dig_query object to ensure
it isn't freed until the last caller releases it.
bin/dig/dighost.c
bin/dig/dighost.h