]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSReconstructor.cxx
changed range for plot in GammaConv task
[u/mrichter/AliRoot.git] / PHOS / AliPHOSReconstructor.cxx
index 3dc6b251233cc0b969eeb6ec194d214076d4ce49..6841990dab93a4a81202fd9b6e23c330e99ee0a2 100644 (file)
@@ -93,7 +93,7 @@ AliPHOSReconstructor::AliPHOSReconstructor() :
 AliPHOSReconstructor::~AliPHOSReconstructor()
 {
   // dtor
-  delete fGeom;
+  //  delete fGeom; // RS: fGeom is a static object owned by AliPHOSGeometry::fGeom, don't delete
   delete fClusterizer;
   delete fTSM;
   delete fPID;