mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-07 14:13:38 -04:00
Fix uninitialized bytes valgrind warning in JGINYUEInternalUSBController.cpp
This commit is contained in:
@@ -40,6 +40,8 @@ JGINYUEInternalUSBController::JGINYUEInternalUSBController(hid_device* dev_handl
|
||||
location = path;
|
||||
device_name = "JGINYUE " + dmi.getMainboard();
|
||||
|
||||
memset(&device_config, 0x00, sizeof(device_config));
|
||||
|
||||
Init_device(device_config);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user