Index: trunk/MagicSoft/Mars/mtemp/mifae/Changelog
===================================================================
--- trunk/MagicSoft/Mars/mtemp/mifae/Changelog	(revision 4210)
+++ trunk/MagicSoft/Mars/mtemp/mifae/Changelog	(revision 4211)
@@ -24,4 +24,7 @@
      - Remove unneeded MCalibrationQECam and MBadPixelsCam objects, 
        trying to trace back a bug in the calibration
+
+   * library/MHillasDisplay.cc
+     - Initialize MIslands object in constructor
 	
  2004/05/26 Javier Rico
Index: trunk/MagicSoft/Mars/mtemp/mifae/library/MHillasDisplay.cc
===================================================================
--- trunk/MagicSoft/Mars/mtemp/mifae/library/MHillasDisplay.cc	(revision 4210)
+++ trunk/MagicSoft/Mars/mtemp/mifae/library/MHillasDisplay.cc	(revision 4211)
@@ -73,5 +73,5 @@
 //
 MHillasDisplay::MHillasDisplay(MCerPhotEvt* event, MGeomCam* geom, Int_t type, const char* name, const char* title) 
-  :  MDisplay(event,geom,type), fHillas(NULL), fNewImage(NULL), fSrcPos(NULL)
+  :  MDisplay(event,geom,type), fHillas(NULL), fNewImage(NULL), fSrcPos(NULL), fIslands(NULL)
 {
   fName  = name  ? name  : gsDefName.Data();
