Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
32cd92bf
Commit
32cd92bf
authored
Sep 14, 2010
by
hjk
Browse files
debugger: fix some (non-)leak
Task-number: QTCREATORBUG-2334
parent
31e98bf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerplugin.cpp
View file @
32cd92bf
...
...
@@ -2539,6 +2539,9 @@ DebuggerPlugin::~DebuggerPlugin()
delete
d
->
m_uiSwitcher
;
d
->
m_uiSwitcher
=
0
;
delete
d
->
m_commandWindow
;
d
->
m_commandWindow
=
0
;
delete
d
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment