+1592. [bug] configure_view() could leak a dispatch.
+
1591. [bug] libbind: updated to BIND 8.4.5.
1590. [port] netbsd: update thread support.
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: server.c,v 1.417 2004/03/10 02:19:52 marka Exp $ */
+/* $Id: server.c,v 1.418 2004/03/14 22:53:39 marka Exp $ */
#include <config.h>
ns_g_socketmgr, ns_g_timermgr,
check, ns_g_dispatchmgr,
dispatch4, dispatch6));
- if (dispatch4 != NULL)
- dns_dispatch_detach(&dispatch4);
- if (dispatch6 != NULL)
- dns_dispatch_detach(&dispatch6);
/*
* Set the ADB cache size to 1/8th of the max-cache-size.
result = ISC_R_SUCCESS;
cleanup:
+ if (dispatch4 != NULL)
+ dns_dispatch_detach(&dispatch4);
+ if (dispatch6 != NULL)
+ dns_dispatch_detach(&dispatch6);
if (order != NULL)
dns_order_detach(&order);
if (cmctx != NULL)