]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
a little memory leak fixed
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 3 Nov 2009 10:45:30 +0000 (10:45 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 3 Nov 2009 10:45:30 +0000 (10:45 +0000)
HLT/TPCLib/tracking-ca/AliHLTTPCCATrackerComponent.cxx

index 24577bb58306a168b9c3bdacb6cd1f285f0375b5..92766c61c25a075256917b5047e49402f963574a 100644 (file)
@@ -866,6 +866,10 @@ int AliHLTTPCCATrackerComponent::DoEvent
   }
 
   //No longer needed
+
+  delete[] slicerow;
+  delete[] sliceminPatch;
+  delete[] slicemaxPatch;
   delete[] clusterData;
   //These are only temporary pointers to the output and no longer needed
   delete[] sliceOutput;