Skip to content
Snippets Groups Projects
Commit baf10fc8 authored by hjk's avatar hjk
Browse files

debugger: fix (non-)leak

Task-number: QTCREATORBUG-2337
parent 2acb7214
No related branches found
No related tags found
No related merge requests found
......@@ -2542,6 +2542,9 @@ DebuggerPlugin::~DebuggerPlugin()
delete d->m_commandWindow;
d->m_commandWindow = 0;
delete d->m_snapshotHandler;
d->m_snapshotHandler = 0;
delete d;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment