]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
dns: Remove duplicate event_unref() in dns_client_input_args()
authorMartti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
Wed, 29 Aug 2018 14:27:58 +0000 (17:27 +0300)
committerMartti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
Wed, 29 Aug 2018 14:41:08 +0000 (17:41 +0300)
commit2498427214098ce303a776873f52d918a74557ec
tree6f31204d0faaddbf71fa6e57e52ecbacfd4891a9
parent21f9b39bc9bf256c99aae23da1dd28e381563935
dns: Remove duplicate event_unref() in dns_client_input_args()

The event is unreffed at the end of the function also.
src/dns/dns-client.c