Content-Transfer-Encoding: binary In-Reply-To: MIME-Version: 1.0 X-Mailer: MIME-tools 5.508 (Entity 5.508) Content-Type: text/plain; charset="utf-8" References: Content-Disposition: inline X-RT-Original-Encoding: utf-8 X-RT-Interface: Web Message-ID: RT-Send-CC: Content-Length: 602 I suspect this will be as simple as this. diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index 84f3efbf57..98f51762cc 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -433,6 +433,7 @@ rndc_recvnonce(isc_task_t *task, isc_event_t *event) { isc_event_free(&event); isccc_sexpr_free(&response); + isccc_sexpr_free(&request); return; } @@ -498,6 +499,7 @@ rndc_connected(isc_task_t *task, isc_event_t *event) { NULL)); sends++; isc_event_free(&event); + isccc_sexpr_free(&request); } static void