X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TRD%2FAliTRDReconstructor.cxx;h=db1b61b05f1eec4de0a249ec343bf44277522fec;hb=1ba0214675e9bd40f7cd8c428f46c6129e9b235b;hp=fecdec89f982e4ab033b3159ce9776fae7e9fc1c;hpb=34ca21b59644d014653e3ec2557f8c4ffa1eec71;p=u%2Fmrichter%2FAliRoot.git diff --git a/TRD/AliTRDReconstructor.cxx b/TRD/AliTRDReconstructor.cxx index fecdec89f98..db1b61b05f1 100644 --- a/TRD/AliTRDReconstructor.cxx +++ b/TRD/AliTRDReconstructor.cxx @@ -142,7 +142,7 @@ AliTRDReconstructor::~AliTRDReconstructor() delete fgTracks; fgTracks = NULL; } - if(fSteerParam&kOwner){ + if((fSteerParam&kOwner)|| AliTRDReconstructor::GetStreamLevel()>0){ for(Int_t itask = 0; itask < AliTRDrecoParam::kTRDreconstructionTasks; itask++) if(fDebugStream[itask]) delete fDebugStream[itask]; }