From: Kern Sibbald Date: Mon, 12 Jul 2010 16:39:02 +0000 (+0200) Subject: Cleanup dlists in VSSClient class at end of each job X-Git-Tag: Release-7.0.0~1418 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a26b957d411107f5002d7661b3b9d87c2c2a5236;p=bacula%2Fbacula Cleanup dlists in VSSClient class at end of each job --- diff --git a/bacula/src/filed/job.c b/bacula/src/filed/job.c index 769beb6267..cab2be070c 100644 --- a/bacula/src/filed/job.c +++ b/bacula/src/filed/job.c @@ -1907,6 +1907,7 @@ cleanup: #if defined(WIN32_VSS) if (jcr->VSS) { Win32ConvCleanupCache(); + g_pVSSClient->DestroyWriterInfo(); V(vss_mutex); } #endif