Merge pull request #987 from m-seker/refactor/cleanup

Cleanup
This commit is contained in:
Murat Seker
2020-09-07 14:38:47 +02:00
committed by GitHub
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();
}