Index: trunk/Mars/mbase/MParContainer.cc
===================================================================
--- trunk/Mars/mbase/MParContainer.cc	(revision 19262)
+++ trunk/Mars/mbase/MParContainer.cc	(revision 19271)
@@ -114,4 +114,8 @@
 MParContainer::~MParContainer()
 {
+#ifdef ROOT_VERSION_CODE >= ROOT_VERSION(6,00,00)
+    ROOT::CallRecursiveRemoveIfNeeded(*this);
+#endif
+
 #ifdef DEBUG
     if (fName.IsNull() || fName==(TString)"MTime")
