Index: trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc	(revision 1454)
+++ trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc	(revision 1455)
@@ -125,4 +125,7 @@
     // (MCerPhotEvt::IsPixelUsed) all the time.
     //
+    // FIXME: The dynamic allocation may still be a problem if we
+    //        don't store all pixels in the array... but this music
+    //        of the future ;-)
     Byte_t *ispixused = new Byte_t[fEvt->GetNumPixels()];
 
