Index: /trunk/src/VBox/VMM/PGMPhys.cpp
===================================================================
--- /trunk/src/VBox/VMM/PGMPhys.cpp	(revision 6839)
+++ /trunk/src/VBox/VMM/PGMPhys.cpp	(revision 6840)
@@ -541,6 +541,6 @@
     }
 
-    /** @todo free the memory! */
-
+    /** @todo Purge the mapping cache or something... */
+    GMMR3FreeAllocatedPages(pVM, pReq);
     GMMR3AllocatePagesCleanup(pReq);
     return rc;
