]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Memory leak fixes:
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Apr 2010 09:42:48 +0000 (09:42 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Apr 2010 09:42:48 +0000 (09:42 +0000)
commit0341167b566cd5317188db684658c6875af71e34
tree3f8951ceb1bd94a3fe850b71fc8c1a4f6f872cd9
parent695facdf4181db3c1679bfaf12a509ff98ad220e
Memory leak fixes:
TriggerTRU: delete of Int_t* idx[][] mising.
Reconstructor: delete of trigger TClonesArray, not only array->Delete()
TriggerBoard: delete of fPatched TClonesArray in dtor not only fPatched->Delete()
Loader: Change tree->GetEvent by branch->GetEntry, in case it helps
EMCAL/AliEMCALLoader.cxx
EMCAL/AliEMCALReconstructor.cxx
EMCAL/AliEMCALTriggerBoard.cxx
EMCAL/AliEMCALTriggerTRU.cxx