omapi_lib_destroy after the omapimgr has been destroyed
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user