From 4a75b37c4d3b8a4432e4b05741e1f30137e2e12a Mon Sep 17 00:00:00 2001 From: masera Date: Wed, 14 Jan 2015 12:48:39 +0100 Subject: [PATCH] Fixing typo --- ITS/ITSrec/AliITSPreprocessorSDD.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ITS/ITSrec/AliITSPreprocessorSDD.cxx b/ITS/ITSrec/AliITSPreprocessorSDD.cxx index b420dc04e39..a823aff4847 100644 --- a/ITS/ITSrec/AliITSPreprocessorSDD.cxx +++ b/ITS/ITSrec/AliITSPreprocessorSDD.cxx @@ -390,7 +390,7 @@ UInt_t AliITSPreprocessorSDD::ProcessInjector(AliITSDDLModuleMapSDD* ddlmap){ arr->AddDriftSpeed(dspres); arr->SetInjectorStatus(1); goldenUsed=kTRUE; - delete params; + delete [] params; } } if(!goldenUsed){ -- 2.43.0