Index: /trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp	(revision 38075)
+++ /trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp	(revision 38076)
@@ -685,4 +685,9 @@
         seteuid(0);
     }
+
+    if (pPrivEffective)
+        priv_freeset(pPrivEffective);
+    if (pPrivNew)
+        priv_freeset(pPrivNew);
 # endif
 }
