2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

2075. [bug] The spillat timer event hander could leak memory.

[RT #16357]
This commit is contained in:
Mark Andrews 2006-08-22 06:11:19 +00:00
parent 6d453e1bb2
commit 22e5a52c3b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2075. [bug] The spillat timer event hander could leak memory.
[RT #16357]
2074. [bug] dns_request_createvia2(), dns_request_createvia3(),
dns_request_createraw2() and dns_request_createraw3()
failed to send multiple UDP requests. [RT #16349]

View File

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: resolver.c,v 1.332 2006/07/22 01:18:35 marka Exp $ */
/* $Id: resolver.c,v 1.333 2006/08/22 06:11:19 marka Exp $ */
/*! \file */
@ -6007,6 +6007,8 @@ spillattimer_countdown(isc_task_t *task, isc_event_t *event) {
isc_log_write(dns_lctx, DNS_LOGCATEGORY_RESOLVER,
DNS_LOGMODULE_RESOLVER, ISC_LOG_NOTICE,
"clients-per-query decreased to %u", count);
isc_event_free(&event);
}
isc_result_t