Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3835)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3836)
@@ -24,4 +24,8 @@
      - moved colour finder from the macros into this class with the 
        function FindColor()
+     - had to add ~MJCalibration() {} because otherwise, I get a 
+       segmentation violation in the destructor, the debugger says in 
+       some TString. Maybe it's because of the GetDescriptor() in  
+       ~MParContainer() ?
 
    * macros/calibration.C
Index: trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJCalibration.cc	(revision 3835)
+++ trunk/MagicSoft/Mars/mjobs/MJCalibration.cc	(revision 3836)
@@ -154,5 +154,5 @@
 {
   fName  = name  ? name  : "MJCalibration";
-  fTitle = title ? title : "Tool to create a pedestal file (MPedestalCam)";
+  fTitle = title ? title : "Tool to create the calibration constants for one calibration run";
 
 }
Index: trunk/MagicSoft/Mars/mjobs/MJCalibration.h
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJCalibration.h	(revision 3835)
+++ trunk/MagicSoft/Mars/mjobs/MJCalibration.h	(revision 3836)
@@ -59,4 +59,6 @@
 
   MJCalibration(const char *name=NULL, const char *title=NULL);
+  ~MJCalibration() {}
+  
   
   void SetInput(MRunIter *iter) { fRuns=iter; }
