0
0
Fork 0

Merge pull request #847 from mschoch/fix-scorch-missing-invalid-field

fix MB-28719 and MB-28781 invalid/missing field in scorch
This commit is contained in:
Marty Schoch 2018-03-20 17:52:52 -04:00 committed by GitHub
commit 110cfa3074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ func (s *interim) reset() (err error) {
s.chunkFactor = 0
s.w = nil
s.FieldsMap = nil
s.FieldsInv = s.FieldsInv[:0]
s.FieldsInv = nil
for i := range s.Dicts {
s.Dicts[i] = nil
}