]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALReconstructor.cxx
delete digits and clusters array before finishing FillESD
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALReconstructor.cxx
index 32ddad5c7931f0ce7a3c6754d280aa1633533b51..6812478f9ad3a3c9e45174c859a5e237d863e326 100644 (file)
@@ -380,6 +380,9 @@ void AliEMCALReconstructor::FillESD(TTree* digitsTree, TTree* clustersTree,
    pid->RunPID(esd);
    delete pid;
 
+   delete digits;
+   delete clusters;
+
 }