]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
AliMUONCalibrationData cannot be owner of the CDB objects and delete them when it...
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Aug 2008 16:58:28 +0000 (16:58 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Aug 2008 16:58:28 +0000 (16:58 +0000)
MUON/AliMUONCalibrationData.cxx

index 5ea0b40d8930c6aebf98aa6b30cb08b9e707c2e0..8749b9b910f5e9a2d728bf18951c1bf04f0cfc01 100644 (file)
@@ -97,7 +97,8 @@ fNeighbours(0x0)
 AliMUONCalibrationData::~AliMUONCalibrationData()
 {
   /// Destructor. Note that we're the owner of our pointers.
-  Reset();
+  //PH The owner of the objects is CDB, do not delete them!
+  //  Reset();
 }
 
 //_____________________________________________________________________________