]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliTriggerIR.cxx
Previous commit had the bad side-effect of changing the behaviour of Raw QA to comput...
[u/mrichter/AliRoot.git] / STEER / AliTriggerIR.cxx
index a159bbb26f25ea7a2760e5aeee2e6bf393a35a36..49ff7b2ef0ebfcaa7d99f2eb0c78a02efb2fc19f 100644 (file)
@@ -129,9 +129,9 @@ AliTriggerIR::~AliTriggerIR()
 {
   // Destructor
   //
-  if (fInt1) delete fInt1;
-  if (fInt2) delete fInt2;
-  if (fBC) delete fBC;
+  if (fInt1) delete [] fInt1;
+  if (fInt2) delete [] fInt2;
+  if (fBC) delete [] fBC;
 }
 
 //_____________________________________________________________________________