mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +02:00
Fix NPE in LineBackgroundPainter when closing an editor
This commit is contained in:
parent
487bac0828
commit
a6a899abc5
1 changed files with 1 additions and 1 deletions
|
@ -145,8 +145,8 @@ public class InactiveCodeHighlighting implements ICReconcilingListener {
|
|||
}
|
||||
|
||||
public void dispose() {
|
||||
uninstall();
|
||||
fLineBackgroundPainter= null;
|
||||
uninstall();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue