It seems that vbox is not dereferencing the hub object all the time.
Index: VBoxUsbMon.cpp
===================================================================
--- VBoxUsbMon.cpp (revision 38578)
+++ VBoxUsbMon.cpp (working copy)
@@ -560,6 +560,7 @@
{
LOG(("the walker said to stop"));
ObDereferenceObject(Data.pDevObj);
+ ObDereferenceObject(pHubFileObj);
break;
}
Above patch is MIT licensed
Thanks,
-- Ribhi
_______________________________________________
vbox-dev mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-dev