Disable isc_mem_checkdestroyed() in isc__mem_shutdown()

This commit is contained in:
Ondřej Surý
2021-02-03 18:41:37 +01:00
parent 642b2e0852
commit dfde92a2f3
+2 -1
View File
@@ -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