mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Bug 335320: NPE when terminating a launch and using the TraceControl view
This commit is contained in:
parent
d3e6580734
commit
de6f00d9c8
1 changed files with 3 additions and 1 deletions
|
@ -266,7 +266,9 @@ public class TraceControlView extends ViewPart implements IViewPart, SessionEnde
|
|||
}
|
||||
}
|
||||
|
||||
fStatusText.setText(EMPTY_STRING);
|
||||
if (fStatusText != null) {
|
||||
fStatusText.setText(EMPTY_STRING);
|
||||
}
|
||||
updateActionEnablement();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue