Index: /trunk/src/VBox/Runtime/common/misc/req.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/req.cpp	(revision 24102)
+++ /trunk/src/VBox/Runtime/common/misc/req.cpp	(revision 24103)
@@ -71,5 +71,5 @@
     }
 
-    RTMemFree(*ppQueue);
+    RTMemFree(pQueue);
     return rc;
 }
