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

debugger: don't leak...

parent 70bdb372
No related branches found
No related tags found
No related merge requests found
......@@ -199,6 +199,8 @@ DisassemblerViewAgent::~DisassemblerViewAgent()
d->locationMark = 0;
delete d;
d = 0;
delete d->locationMark;
d->locationMark = 0;
}
void DisassemblerViewAgent::cleanup()
......
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