Index: /trunk/src/VBox/Runtime/r3/xml.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/xml.cpp	(revision 23902)
+++ /trunk/src/VBox/Runtime/r3/xml.cpp	(revision 23903)
@@ -222,4 +222,5 @@
     if (m->opened)
         RTFileClose(m->handle);
+    delete m;
 }
 
