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:
parent
cb159c345d
commit
d8cdbd6f91
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue