Fixing memory leaks in controllers

This commit is contained in:
morg
2021-02-05 12:37:17 +01:00
parent aa59c6132e
commit dba814215d
165 changed files with 444 additions and 71 deletions

View File

@@ -46,6 +46,8 @@ RGBController_HyperXPulsefireFPSPro::~RGBController_HyperXPulsefireFPSPro()
keepalive_thread_run = 0;
keepalive_thread->join();
delete keepalive_thread;
delete hyperx;
}
void RGBController_HyperXPulsefireFPSPro::SetupZones()