]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterFinderVS.cxx
get tables from the aliroot directory if they are not in the current one
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterFinderVS.cxx
index d1b07208f89ccd743d5fe9f39ee485725e1f49d8..5819b861e62d62a149d3bf5a55c2c018e52809d2 100644 (file)
@@ -72,7 +72,10 @@ AliMUONClusterFinderVS::~AliMUONClusterFinderVS()
 {
   // Reset tracks information
    fNRawClusters = 0;
-   if (fRawClusters) fRawClusters->Delete();
+   if (fRawClusters) {
+     fRawClusters->Delete();
+     delete fRawClusters;
+   }
 }
 
 AliMUONClusterFinderVS::AliMUONClusterFinderVS(const AliMUONClusterFinderVS & clusterFinder):TObject(clusterFinder)