From fc05a17a7e4e055b5d7cdbf0da2ec3abfdd2bb62 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 21 Jul 2010 17:33:26 +0200 Subject: [PATCH] Really free free pool memory before sm_dump --- bacula/src/filed/job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/filed/job.c b/bacula/src/filed/job.c index 73f96c000d..149df9eeae 100644 --- a/bacula/src/filed/job.c +++ b/bacula/src/filed/job.c @@ -398,7 +398,7 @@ void *handle_client_request(void *dirp) static int sm_dump_cmd(JCR *jcr) { - garbage_collect_memory_pool(); + close_memory_pool(); sm_dump(false, true); jcr->dir_bsock->fsend("2000 sm_dump OK\n"); return 1; -- 2.39.5