MIME-Version: 1.0 X-Mailer: MIME-tools 5.508 (Entity 5.508) In-Reply-To: Content-Transfer-Encoding: binary X-RT-Interface: Web Message-ID: Content-Disposition: inline References: X-RT-Original-Encoding: utf-8 Content-Type: text/plain; charset="utf-8" RT-Send-CC: Content-Length: 735 On Fri Dec 01 03:15:47 2017, marka wrote: > 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 Reviewed, tested and merged to master and 9.11