1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-15 20:25:46 +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 f78557d33e
commit 5a24096e5a

View file

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