mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
ProgressUpdateJob for indexer needs to be stopped, bug 286079.
This commit is contained in:
parent
c4f9cdbe49
commit
1b47ae84ce
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ public class PDOMIndexerJob extends Job {
|
|||
synchronized(this) {
|
||||
fMonitor= null;
|
||||
}
|
||||
monitorJob.cancel();
|
||||
monitor.done();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue