mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-07 22:23:29 -04:00
Fix crash due to double ROGStrixLC closing
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user