diff options
| author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-06-08 21:10:58 +0000 |
|---|---|---|
| committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-06-08 21:10:58 +0000 |
| commit | 00c46f24d60c9de29293bef608f34114392822d2 (patch) | |
| tree | 23710e2cecfcea4df55587b2210de62acb4eeb7e /plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp | |
| parent | 038f6cc65778c17300ce5c62bb25723f7fa16714 (diff) | |
MirandaG15:
- Minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14068 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp')
| -rw-r--r-- | plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp index eb3f2bf513..00a91a2706 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp @@ -994,7 +994,7 @@ void CLCDConnectionLogitech::SetKBDBacklight(EKBDBrightness eBrightness) HidD_SetFeature(m_hHIDDeviceHandle, data, m_HIDCapabilities.FeatureReportByteLength);
- free(data);
+ delete[] data;
}
void CLCDConnectionLogitech::SetVolumeWheelHook(bool bEnable)
|
