Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 4460)
+++ trunk/MagicSoft/Mars/Changelog	(revision 4461)
@@ -97,4 +97,7 @@
    * mfileio/Makefile, mfileio/FileIOLinkDef.h:
      - updated
+
+   * mbase/MLog.cc:
+     - added missing kMustCleanup bit of fPlugins
 
 
Index: trunk/MagicSoft/Mars/mbase/MLog.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MLog.cc	(revision 4460)
+++ trunk/MagicSoft/Mars/mbase/MLog.cc	(revision 4461)
@@ -157,4 +157,5 @@
     fPlugins = new TList;
     gROOT->GetListOfCleanups()->Add(fPlugins);
+    fPlugins->SetBit(kMustCleanup);
 
     setp(&fBuffer, &fBuffer+1);
