]> git.ipfire.org Git - thirdparty/pdns.git/commit
pdns-recursor: avoid a memory leak in catch-all exception handler 7073/head
authorRafael Buchbinder <r-bk@users.noreply.github.com>
Tue, 16 Oct 2018 12:39:20 +0000 (15:39 +0300)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 17 Oct 2018 08:10:46 +0000 (10:10 +0200)
commitac8582fad4c9550a4d247d52a26ea090a297d995
tree51739fc171b6a79456cb5c6ba4b92c2a99ef0845
parent7a17841876a2d955af0028d7b09aa1e228b8feb7
pdns-recursor: avoid a memory leak in catch-all exception handler

This commit prevents a leak of DNSComboWriter in the catch-all exception
handler.

(cherry picked from commit cbb097d8581dbb27d81be3a3022a96b8ad08e295)
pdns/pdns_recursor.cc