]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correction in destructor.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 28 Jun 2011 09:42:32 +0000 (09:42 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 28 Jun 2011 09:42:32 +0000 (09:42 +0000)
Constantin Loizides <cloizides@lbl.gov>

ANALYSIS/AliEPSelectionTask.cxx

index 4163b7930f9b83643a55f986a3d51fae1d97a9c4..0216dd5e8298729408c0c27e67dd990ae18162f2 100644 (file)
@@ -148,18 +148,7 @@ AliEPSelectionTask::~AliEPSelectionTask()
       delete fESDtrackCuts;
       fESDtrackCuts = 0;
   }
       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;
   if (fPhiDist){
       delete fPhiDist;
       fPhiDist = 0;