mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed NPE Bugzilla 181315. Reference layoutNode which is known to be stale.
This commit is contained in:
parent
8f6d74188f
commit
3de10f8d2b
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ abstract public class AbstractVMProvider implements IVMProvider
|
|||
if (layoutNode == null) {
|
||||
// Stale update. Just ignore.
|
||||
if (!update.isCanceled()) update.done();
|
||||
return;
|
||||
}
|
||||
|
||||
// Create the multi request monitor to mark update when querying all
|
||||
|
|
Loading…
Add table
Reference in a new issue