1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 350330 - Cached stopped event is not reset in MIStack.flushCache().

This commit is contained in:
Mikhail Khodjaiants 2011-06-30 16:10:28 -04:00
parent 7706c852e9
commit 29c0d80c92

View file

@ -942,6 +942,7 @@ public class MIStack extends AbstractDsfService
public void flushCache(IDMContext context) {
fMICommandCache.reset(context);
fStackDepthCache.clear(context);
fCachedStoppedEvent = null;
}
}