]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
reverting 52148, cleanup must be moved to base class
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 14 Oct 2011 19:44:18 +0000 (19:44 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 14 Oct 2011 19:44:18 +0000 (19:44 +0000)
HLT/EMCAL/AliHLTEMCALMapper.cxx

index a7dea84540945fd619c27008c03daebeb9ad794d..518652420e89f372d7d1dca1eb5ca8fd24e769f7 100644 (file)
@@ -39,8 +39,7 @@ AliHLTEMCALMapper::AliHLTEMCALMapper(const unsigned long specification ) : AliHL
 
 AliHLTEMCALMapper::~AliHLTEMCALMapper()
 {
-  if (fSpecificationMapPtr) delete [] fSpecificationMapPtr;
-  if (fHw2geomapPtr) delete [] fHw2geomapPtr;
+
 }