mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05:35 +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() {
|
public void dispose() {
|
||||||
uninstall();
|
|
||||||
fLineBackgroundPainter= null;
|
fLineBackgroundPainter= null;
|
||||||
|
uninstall();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue