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

accidentally removed the wrong source line in previous change

This commit is contained in:
Andreas Gustafsson
2000-06-08 17:40:55 +00:00
parent d5ffdc427e
commit 35b86d647d

View File

@@ -484,7 +484,7 @@ main(int argc, char **argv) {
/* /*
* Kill the memory system. * Kill the memory system.
*/ */
isc_mem_stats(mem, stdout); isc_mem_destroy(&mem);
isc_app_finish(); isc_app_finish();