]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCCalibCE.cxx
Changes for bug #70680: AliROOT Coverity DELETE_ARRAY checker fix
[u/mrichter/AliRoot.git] / TPC / AliTPCCalibCE.cxx
index 3b644b25150a9f776f9dafad5de4a247024421c7..838afcd005f9788740378cc8849111d30b22835b 100644 (file)
@@ -1727,9 +1727,9 @@ TGraph *AliTPCCalibCE::MakeGraphTimeCE(Int_t sector, Int_t xVariable, Int_t fitT
 
 
   if ( xVariable == 2 ) delete xVar;
-  delete x;
-  delete y;
-  delete sortIndex;
+  delete [] x;
+  delete [] y;
+  delete [] sortIndex;
   return gr;
 }
 //_____________________________________________________________________