Index: trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindPix.cc
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindPix.cc	(revision 5070)
+++ trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindPix.cc	(revision 5071)
@@ -138,8 +138,15 @@
 // Deletes (if Pointer is not NULL):
 // 
-// - fSinglePheFit
 // - fFitLegend 
 // - fHSinglePheFADCSlices
 // - fHPedestalFADCSlices    
+//
+// For the fits, we have to take special care since ROOT 
+// has stored the function pointer in a global list which 
+// lead to removing the object twice. We have to take out 
+// the following functions of the global list of functions 
+// as well:
+// 
+// - fSinglePheFit
 // 
 MHCalibrationChargeBlindPix::~MHCalibrationChargeBlindPix()
