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:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
2075. [bug] The spillat timer event hander could leak memory.
|
||||||
|
[RT #16357]
|
||||||
|
|
||||||
2074. [bug] dns_request_createvia2(), dns_request_createvia3(),
|
2074. [bug] dns_request_createvia2(), dns_request_createvia3(),
|
||||||
dns_request_createraw2() and dns_request_createraw3()
|
dns_request_createraw2() and dns_request_createraw3()
|
||||||
failed to send multiple UDP requests. [RT #16349]
|
failed to send multiple UDP requests. [RT #16349]
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* 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 */
|
/*! \file */
|
||||||
|
|
||||||
@@ -6007,6 +6007,8 @@ spillattimer_countdown(isc_task_t *task, isc_event_t *event) {
|
|||||||
isc_log_write(dns_lctx, DNS_LOGCATEGORY_RESOLVER,
|
isc_log_write(dns_lctx, DNS_LOGCATEGORY_RESOLVER,
|
||||||
DNS_LOGMODULE_RESOLVER, ISC_LOG_NOTICE,
|
DNS_LOGMODULE_RESOLVER, ISC_LOG_NOTICE,
|
||||||
"clients-per-query decreased to %u", count);
|
"clients-per-query decreased to %u", count);
|
||||||
|
|
||||||
|
isc_event_free(&event);
|
||||||
}
|
}
|
||||||
|
|
||||||
isc_result_t
|
isc_result_t
|
||||||
|
Reference in New Issue
Block a user