Fix crash due to double ROGStrixLC closing

This commit is contained in:
Andrey
2023-05-25 12:54:51 +00:00
committed by Adam Honse
parent d0ccd9f746
commit 009cd53038

View File

@@ -23,7 +23,7 @@ ROGStrixLC_Controller::ROGStrixLC_Controller(hid_device* dev_handle, const char*
ROGStrixLC_Controller::~ROGStrixLC_Controller()
{
hid_close(dev);
// Device will close at AuraUSBController destructor
}
std::string ROGStrixLC_Controller::GetLocation()