forked from qt-creator/qt-creator
Fixed dereferencing NULL-pointer.
Reviewed-by: dt
This commit is contained in:
@@ -199,8 +199,6 @@ DisassemblerViewAgent::~DisassemblerViewAgent()
|
||||
d->locationMark = 0;
|
||||
delete d;
|
||||
d = 0;
|
||||
delete d->locationMark;
|
||||
d->locationMark = 0;
|
||||
}
|
||||
|
||||
void DisassemblerViewAgent::cleanup()
|
||||
|
||||
Reference in New Issue
Block a user