]> git.ipfire.org Git - thirdparty/pdns.git/commit
pdns-recursor: avoid a memory leak in catch-all exception handler 7070/head
authorRafael Buchbinder <r-bk@users.noreply.github.com>
Tue, 16 Oct 2018 12:39:20 +0000 (15:39 +0300)
committerRafael Buchbinder <r-bk@users.noreply.github.com>
Tue, 16 Oct 2018 12:43:09 +0000 (15:43 +0300)
commitcbb097d8581dbb27d81be3a3022a96b8ad08e295
tree24882903db1e468a142a112b6b2d50f714851610
parent5bddfdd2439a27f3623bdffdba917bb65496f46d
pdns-recursor: avoid a memory leak in catch-all exception handler

This commit prevents a leak of DNSComboWriter in the catch-all exception
handler.
pdns/pdns_recursor.cc