mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:00:00 -04:00
[master] Fix minor memory leak in rndc [RT #46739]
This commit is contained in:
parent
61c843815e
commit
1b0ca5d5bb
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue