This commit is contained in:
Murat
2020-08-31 22:07:12 +02:00
parent fda061bc87
commit 0a2961a3b4
7 changed files with 17 additions and 65 deletions

View File

@@ -53,7 +53,7 @@ LedDeviceLightpackHidapi::~LedDeviceLightpackHidapi()
_deviceHandle = nullptr;
}
// TODO: Should be called to avoid memory loss, but only at the end of the application
// TODO: Should be called to avoid memory leak, but only at the end of the application
//hid_exit();
}