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:
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
|
// 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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue