]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSClusterizer.cxx
memory leak fixed
[u/mrichter/AliRoot.git] / PHOS / AliPHOSClusterizer.cxx
index 4e3bf42a1e73d918ae3cca3700c6eb6956d97ebc..f88550f922d21449a7d4b7f5f72a5cf405072141 100644 (file)
@@ -103,11 +103,6 @@ void AliPHOSClusterizer::SetOutput(TTree * clustersTree)
   // and set the corresponding branch addresses
   fTreeR = clustersTree;
 
-//   fEMCRecPoints->Clear();
-//   fCPVRecPoints->Clear();
-  fEMCRecPoints->Delete();
-  fCPVRecPoints->Delete();
-
   AliDebug(9, "Making array for EMC clusters");
   Int_t split = 0;
   Int_t bufsize = 32000;