From: Eric Bollengier Date: Wed, 11 Mar 2009 19:32:17 +0000 (+0000) Subject: ebl Free lock manager in when btape exits X-Git-Tag: Release-3.0.0~174 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=28e099d66aafabe7d247f9b519362821af8de7c0;p=bacula%2Fbacula ebl Free lock manager in when btape exits git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8518 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/btape.c b/bacula/src/stored/btape.c index d6f77f0f34..6748705b55 100644 --- a/bacula/src/stored/btape.c +++ b/bacula/src/stored/btape.c @@ -359,8 +359,9 @@ static void terminate_btape(int stat) stop_watchdog(); term_msg(); - close_memory_pool(); /* free memory in pool */ term_last_jobs_list(); + close_memory_pool(); /* free memory in pool */ + lmgr_cleanup_main(); sm_dump(false); exit(stat); diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index f186351392..2d77ac78f8 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -33,6 +33,8 @@ Code to be completed before 3.0.0 is released: General: +11Mar09 +ebl Free lock manager in when btape exits 09Mar09 kes Apply patch from bug #1224, which fixes waiting on max Storage jobs during migration. Submitted by Alexandre Simon.