Update libfst from upstream

This commit is contained in:
Wilson Snyder 2025-04-12 18:10:40 -04:00
parent 3694d153ae
commit 174eafd74c
1 changed files with 1 additions and 1 deletions

View File

@ -4756,7 +4756,7 @@ fstReaderContext *fstReaderOpen(const char *nam)
((xc->fh) || (xc->contains_hier_section || (xc->contains_hier_section_lz4)))) {
/* more init */
xc->do_rewind = 1;
} else {
} else if (!rc) {
fstReaderClose(xc);
xc = NULL;
}