From 35b86d647d839bb5e47efa85fae6b358bb51cb56 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 8 Jun 2000 17:40:55 +0000 Subject: [PATCH] accidentally removed the wrong source line in previous change --- bin/lwresd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lwresd/main.c b/bin/lwresd/main.c index 3c014abf7e..eb8f0030db 100644 --- a/bin/lwresd/main.c +++ b/bin/lwresd/main.c @@ -484,7 +484,7 @@ main(int argc, char **argv) { /* * Kill the memory system. */ - isc_mem_stats(mem, stdout); + isc_mem_destroy(&mem); isc_app_finish();