Fix closed status
This commit is contained in:
parent
04623b754c
commit
59e980f356
@ -990,6 +990,7 @@ public class LLLocalKeyValueDatabase implements LLKeyValueDatabase {
|
||||
this.compressedCache = compressedCache;
|
||||
|
||||
flushAndCloseDb(db, standardCache, compressedCache, handles);
|
||||
this.closed = false;
|
||||
this.db = null;
|
||||
this.standardCache = null;
|
||||
this.compressedCache = null;
|
||||
|
Loading…
Reference in New Issue
Block a user