1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-05 23:35:48 +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,7 +4081,7 @@ public final class DataStore
// which causes havoc for iSeries caching when switching between offline / online // which causes havoc for iSeries caching when switching between offline / online
//if (isVirtual()) //if (isVirtual())
// flush(); // flush();
if (_deRemover != null)
_deRemover.finish(); _deRemover.finish();
if (_tracingOn) if (_tracingOn)