From: morsch Date: Tue, 28 Jun 2011 09:42:32 +0000 (+0000) Subject: Correction in destructor. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=0b304ccd0a73ce01a59e4d329f7d6af85e576d05;p=u%2Fmrichter%2FAliRoot.git Correction in destructor. Constantin Loizides --- diff --git a/ANALYSIS/AliEPSelectionTask.cxx b/ANALYSIS/AliEPSelectionTask.cxx index 4163b7930f9..0216dd5e829 100644 --- a/ANALYSIS/AliEPSelectionTask.cxx +++ b/ANALYSIS/AliEPSelectionTask.cxx @@ -148,18 +148,7 @@ AliEPSelectionTask::~AliEPSelectionTask() delete fESDtrackCuts; fESDtrackCuts = 0; } - if (fQVector){ - delete fQVector; - fQVector = 0; - } - if (fQsub1){ - delete fQsub1; - fQsub1 = 0; - } - if (fQsub2){ - delete fQsub2; - fQsub2 = 0; - } + if (fPhiDist){ delete fPhiDist; fPhiDist = 0;