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

@ -79,7 +79,7 @@ RGBController_HYTEKeyboard::RGBController_HYTEKeyboard(HYTEKeyboardController* c
RGBController_HYTEKeyboard::~RGBController_HYTEKeyboard()
{
delete controller;
}
void RGBController_HYTEKeyboard::SetupZones()