Index: /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 19769)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 19770)
@@ -3161,4 +3161,5 @@
     if (rc != VINF_SUCCESS)
     {
+        pgmUnlock(pVM);
         AssertRC(rc);
         return rc;
@@ -3186,4 +3187,5 @@
     if (rc != VINF_SUCCESS)
     {
+        pgmUnlock(pVM);
         AssertRC(rc);
         return rc;
