forked from qt-creator/qt-creator
debugger: fix (non-)leak
Task-number: QTCREATORBUG-2337
This commit is contained in:
@@ -2542,6 +2542,9 @@ DebuggerPlugin::~DebuggerPlugin()
|
||||
delete d->m_commandWindow;
|
||||
d->m_commandWindow = 0;
|
||||
|
||||
delete d->m_snapshotHandler;
|
||||
d->m_snapshotHandler = 0;
|
||||
|
||||
delete d;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user