Index: /trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp	(revision 78042)
+++ /trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp	(revision 78043)
@@ -2945,8 +2945,10 @@
                 {
                     SUPR3PageFreeEx(pvChunk, cChunkPages);
+                    RTMemTmpFree(paChunkPages);
                     break;
                 }
                 pNew->RamRange.pSelfRC  = GCPtrChunk + RT_UOFFSETOF(PGMREGMMIORANGE, RamRange);
             }
+            RTMemTmpFree(paChunkPages);
         }
         /*
