make sure to nil everything in txnEndProtect
This commit is contained in:
parent
51ab891d5c
commit
2cbd3faf5a
@ -1033,6 +1033,7 @@ func (s *SplitStore) endTxnProtect() {
|
||||
}
|
||||
s.txnActive = false
|
||||
s.txnProtect = nil
|
||||
s.txnRefs = nil
|
||||
s.txnMissing = nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user