1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

[dstore] null pointer check required

This commit is contained in:
David McKnight 2008-04-22 20:20:14 +00:00
parent cb159c345d
commit d8cdbd6f91

View file

@ -4081,8 +4081,8 @@ public final class DataStore
// which causes havoc for iSeries caching when switching between offline / online
//if (isVirtual())
// flush();
_deRemover.finish();
if (_deRemover != null)
_deRemover.finish();
if (_tracingOn)
{