forked from qt-creator/qt-creator
QmlDesigner: Fix memory leak
Detected by memcheck. Change-Id: I297dfc99c83f35c87cba9416db972beaccaf842d Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
committed by
Tim Jenssen
parent
62d4cf0510
commit
a96cdb04bc
@@ -63,6 +63,7 @@ DebugView::DebugView(QObject *parent) : AbstractView(parent),
|
||||
|
||||
DebugView::~DebugView()
|
||||
{
|
||||
delete m_debugViewWidget;
|
||||
}
|
||||
|
||||
void DebugView::modelAttached(Model *model)
|
||||
|
Reference in New Issue
Block a user