mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-08 14:45:15 -04:00
Don't delete the controller pointer in DeviceView destructor
This commit is contained in:
@@ -37,7 +37,7 @@ DeviceView::DeviceView(QWidget *parent) :
|
||||
|
||||
DeviceView::~DeviceView()
|
||||
{
|
||||
delete controller;
|
||||
|
||||
}
|
||||
|
||||
struct led_label
|
||||
|
||||
Reference in New Issue
Block a user