We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d173b1 commit a504c6bCopy full SHA for a504c6b
sdk/lib/drivers/libusb/hub_controller.cpp
@@ -3745,6 +3745,7 @@ CHubController::HandleQueryInterface(
3745
InterfaceHub->SetDeviceHandleData = USBHI_SetDeviceHandleData;
3746
}
3747
3748
+ InterfaceHub->InterfaceReference(InterfaceHub->BusContext);
3749
//
3750
// request completed
3751
@@ -3799,6 +3800,7 @@ CHubController::HandleQueryInterface(
3799
3800
InterfaceDI->EnumLogEntry = USBDI_EnumLogEntry;
3801
3802
3803
+ InterfaceDI->InterfaceReference(InterfaceDI->BusContext);
3804
3805
3806
0 commit comments