Commit c0decf7
Fix null pointer exception on close()
It is possible that classes will be rehydrated from memo files where
`allFiles` was not present and thus will be initialized as `null`. If
this is the case, `close()` will throw null pointer exceptions when
called. This may happen even for cases where the VectraReader is never
used.
Mitigation for scenarios where this bug is present are to remove all
memo files on the system and regenerate them.1 parent b885f50 commit c0decf7
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
180 | 182 | | |
181 | 183 | | |
182 | 184 | | |
| |||
0 commit comments