mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 14:14:17 -04:00
Fixing memory leaks in controllers
This commit is contained in:
@@ -20,7 +20,7 @@ DasKeyboardController::DasKeyboardController(hid_device *dev_handle, const char
|
||||
|
||||
DasKeyboardController::~DasKeyboardController()
|
||||
{
|
||||
|
||||
hid_close(dev);
|
||||
}
|
||||
|
||||
std::string DasKeyboardController::GetDeviceLocation()
|
||||
|
||||
Reference in New Issue
Block a user