git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
correcting small memory leak, removing unnecessary pointer checks (Theo)
[u/mrichter/AliRoot.git]
/
HLT
/
TRD
/
AliHLTTRDClusterizerComponent.cxx
diff --git
a/HLT/TRD/AliHLTTRDClusterizerComponent.cxx
b/HLT/TRD/AliHLTTRDClusterizerComponent.cxx
index e3ffb23ed2517b3f5fb919ea499fe4b4942f4a49..05965f543b74021f6e35b12ca9e5393f074d4a77 100644
(file)
--- a/
HLT/TRD/AliHLTTRDClusterizerComponent.cxx
+++ b/
HLT/TRD/AliHLTTRDClusterizerComponent.cxx
@@
-188,7
+188,6
@@
int AliHLTTRDClusterizerComponent::DoDeinit()
fReconstructor->SetClusters(0x0);
delete fReconstructor;
fReconstructor = 0x0;
- return 0;
if (fRecoParam)
{
@@
-196,6
+195,8
@@
int AliHLTTRDClusterizerComponent::DoDeinit()
delete fRecoParam;
fRecoParam = 0;
}
+
+ return 0;
}
int AliHLTTRDClusterizerComponent::DoEvent( const AliHLTComponentEventData& evtData,