Delete controller when deleting HYTE RGBControllers

This commit is contained in:
Adam Honse 2025-07-14 16:45:01 -05:00
parent cf2df815e3
commit 12a3b1f83e
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ RGBController_HYTENexus::RGBController_HYTENexus(HYTENexusController* controller
RGBController_HYTENexus::~RGBController_HYTENexus()
{
delete controller;
}
void RGBController_HYTENexus::SetupZones()