]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDClusteringV1.cxx
PWG2/SPECTRA -> PWGLF/SPECTRA migration
[u/mrichter/AliRoot.git] / PMD / AliPMDClusteringV1.cxx
index dc582c24e07756cc6a4227c046c713d00d8c4144..d9a4f9aacbc3a5878f2bf6b83444c5728a595ad5 100644 (file)
@@ -984,7 +984,7 @@ void AliPMDClusteringV1::RefClust(Int_t incr, Double_t edepcell[])
                }
              delete [] cellCount;
              for(Int_t jj = 0; jj < ncl[i]+1; jj++) delete [] cellXY[jj];
-             delete cellXY;
+             delete [] cellXY;
 
              delete [] status;
              delete [] totaladc;