]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Memory leak of AliPHOSEmcRecPoint is fixed
authorkharlov <kharlov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 3 May 2008 17:33:10 +0000 (17:33 +0000)
committerkharlov <kharlov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 3 May 2008 17:33:10 +0000 (17:33 +0000)
PHOS/AliPHOSTracker.cxx

index 6a30ea664fc959f9507a1ec5cca2504904dc2fdb..f5476d5deca0aed8e04f87bcae685e1f6f0ea0d0 100644 (file)
@@ -129,7 +129,7 @@ Int_t AliPHOSTracker::LoadClusters(TTree *cTree) {
 
     }
   }  
-
+  arr->Delete();
   Info("LoadClusters","Number of loaded clusters: %d",nclusters);
 
   return 0;