2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

1949. [func] Addition memory leakage checks. [RT #15544]

This commit is contained in:
Mark Andrews
2006-01-04 03:16:47 +00:00
parent 332ed11af0
commit e9733bc599
5 changed files with 113 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: main.c,v 1.149 2005/09/18 07:16:19 marka Exp $ */
/* $Id: main.c,v 1.150 2006/01/04 03:16:47 marka Exp $ */
/*! \file */
@@ -912,6 +912,7 @@ main(int argc, char *argv[]) {
}
}
isc_mem_destroy(&ns_g_mctx);
isc_mem_checkdestroyed(stderr);
ns_main_setmemstats(NULL);