1
0
Fork 0
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:
Randy Rohrbach 2007-04-06 14:34:51 +00:00
parent 8f6d74188f
commit 3de10f8d2b

View file

@ -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