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
7cb1c08e
Commit
7cb1c08e
authored
Nov 04, 2009
by
hjk
Browse files
debugger: don't leak...
parent
70bdb372
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggeragents.cpp
View file @
7cb1c08e
...
...
@@ -199,6 +199,8 @@ DisassemblerViewAgent::~DisassemblerViewAgent()
d
->
locationMark
=
0
;
delete
d
;
d
=
0
;
delete
d
->
locationMark
;
d
->
locationMark
=
0
;
}
void
DisassemblerViewAgent
::
cleanup
()
...
...
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