Index: /trunk/src/VBox/Runtime/common/zip/gzipvfs.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/zip/gzipvfs.cpp	(revision 66595)
+++ /trunk/src/VBox/Runtime/common/zip/gzipvfs.cpp	(revision 66596)
@@ -868,4 +868,5 @@
     RTVFSIOSTREAM hVfsIos = NIL_RTVFSIOSTREAM;
     int rc = RTZipGzipDecompressIoStream(hVfsIosIn, 0 /*fFlags*/, &hVfsIos);
+    RTVfsObjFromIoStream(hVfsIosIn);
     if (RT_SUCCESS(rc))
     {
@@ -974,4 +975,5 @@
     RTVFSIOSTREAM hVfsIos = NIL_RTVFSIOSTREAM;
     int rc = RTZipGzipCompressIoStream(hVfsIosOut, 0 /*fFlags*/, pSpec->uProvider, &hVfsIos);
+    RTVfsObjFromIoStream(hVfsIosOut);
     if (RT_SUCCESS(rc))
     {
