Fixed dereferencing NULL-pointer.

Reviewed-by: dt
This commit is contained in:
Robert Loehning
2009-11-04 19:30:27 +01:00
parent 2a7439cde8
commit 876bce493f

View File

@@ -199,8 +199,6 @@ DisassemblerViewAgent::~DisassemblerViewAgent()
d->locationMark = 0;
delete d;
d = 0;
delete d->locationMark;
d->locationMark = 0;
}
void DisassemblerViewAgent::cleanup()