Don't delete the controller pointer in DeviceView destructor
This commit is contained in:
parent
c4d11993b6
commit
248b3e85b6
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ DeviceView::DeviceView(QWidget *parent) :
|
|||
|
||||
DeviceView::~DeviceView()
|
||||
{
|
||||
delete controller;
|
||||
|
||||
}
|
||||
|
||||
struct led_label
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue