]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't use the statslock in the destructor
authorAram Sargsyan <aram@isc.org>
Fri, 22 Sep 2023 16:01:08 +0000 (16:01 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Tue, 26 Sep 2023 12:23:10 +0000 (12:23 +0000)
commit903a79f6ce9bd466c64068cb907479c8b45dc5fc
tree09f1d9e9e1a3e329c4871c94303461de3eb17951
parented2f06ea4de9f7538be7f5e92220b84ff522d753
Don't use the statslock in the destructor

Using the 'statslock' mutex in the destructor is useless, because
at this point there shouldn't be any other references to the
structure.
lib/dns/xfrin.c