Fixes for memory issues detected by valgrind
This commit is contained in:
parent
ff07a488a2
commit
53379c5482
17 changed files with 74 additions and 27 deletions
|
|
@ -13,6 +13,7 @@ RGBController::~RGBController()
|
|||
{
|
||||
DeviceThreadRunning = false;
|
||||
DeviceCallThread->join();
|
||||
delete DeviceCallThread;
|
||||
|
||||
/*---------------------------------------------------------*\
|
||||
| Delete the matrix map |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue