Skip to content

Commit

Permalink
Merge pull request #574 from ApptiveGrid/fix-index-close
Browse files Browse the repository at this point in the history
if index is closed and still attached keySize needs to be reset
  • Loading branch information
noha authored Jan 17, 2024
2 parents 4771f43 + 0ccd0bf commit 1fb4eed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Soil-Core/SoilSkipList.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ SoilSkipList >> asCopyOnWrite [
yourself
]

{ #category : #'open/close' }
SoilSkipList >> close [
super close.
keySize := nil
]

{ #category : #deleting }
SoilSkipList >> destroy [
path ensureDelete
Expand Down

0 comments on commit 1fb4eed

Please sign in to comment.