+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.339.2.23 2004/03/09 06:09:19 marka Exp $ */
+/* $Id: server.c,v 1.339.2.24 2004/03/14 22:52:16 marka Exp $ */
#include <config.h>
ns_g_socketmgr, ns_g_timermgr,
0, ns_g_dispatchmgr,
dispatch4, dispatch6));
- if (dispatch4 != NULL)
- dns_dispatch_detach(&dispatch4);
- if (dispatch6 != NULL)
- dns_dispatch_detach(&dispatch6);
/*
* Set resolver's lame-ttl.
result = ISC_R_SUCCESS;
cleanup:
+ if (dispatch4 != NULL)
+ dns_dispatch_detach(&dispatch4);
+ if (dispatch6 != NULL)
+ dns_dispatch_detach(&dispatch6);
if (cmctx != NULL)
isc_mem_detach(&cmctx);