Disable isc_mem_checkdestroyed() in isc__mem_shutdown()
This commit is contained in:
+2
-1
@@ -45,7 +45,8 @@ void
|
||||
isc__mem_shutdown(void) {
|
||||
REQUIRE(isc__mem_mctx != NULL);
|
||||
isc_mem_destroy(&isc__mem_mctx);
|
||||
isc_mem_checkdestroyed(stderr);
|
||||
/* FIXME: All code using raw 'exit(1);' has to be fixed first */
|
||||
/* isc_mem_checkdestroyed(stderr); */
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user