omapi_lib_destroy after the omapimgr has been destroyed

This commit is contained in:
David Lawrence
2000-03-14 19:55:26 +00:00
parent 5e2d1dbba6
commit 177bbc4098
2 changed files with 2 additions and 2 deletions

View File

@@ -339,7 +339,6 @@ setup() {
static void
cleanup() {
destroy_managers();
omapi_lib_destroy();
ns_server_destroy(&ns_g_server);
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,
ISC_LOG_NOTICE, "exiting");

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: omapi.c,v 1.6 2000/03/14 19:48:48 tale Exp $ */
/* $Id: omapi.c,v 1.7 2000/03/14 19:55:26 tale Exp $ */
/*
* Principal Author: DCL
@@ -238,4 +238,5 @@ listen_done(void *mgr) {
UNUSED(mgr);
omapi_object_dereference(&ns_g_omapimgr);
omapi_lib_destroy();
}