+1283. [bug] Reference after free error if dns_dispatchmgr_create()
+ failed.
+
1282. [bug] ns_server_destroy() failed to set *serverp to NULL.
1281. [func] libbind: ns_sign2() and ns_sign_tcp() now provide
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dispatch.c,v 1.107 2002/03/07 00:07:27 marka Exp $ */
+/* $Id: dispatch.c,v 1.108 2002/05/08 06:34:30 marka Exp $ */
#include <config.h>
DESTROYLOCK(&mgr->lock);
deallocate:
isc_mem_put(mctx, mgr, sizeof(dns_dispatchmgr_t));
- isc_mem_detach(&mgr->mctx);
+ isc_mem_detach(&mctx);
return (result);
}