Memory/reference leak in lib/dns/zone.c:zone_sign
When fixing #4466 (closed) named was reporting a memory leak on shutdown. This was traced to a misplaced continue
in sign_zone
resulting in dst_key's
not being freed.
Edited by Mark Andrews
When fixing #4466 (closed) named was reporting a memory leak on shutdown. This was traced to a misplaced continue
in sign_zone
resulting in dst_key's
not being freed.