Temporary fix for memory bug

This commit is contained in:
Bruce Hill 2021-07-29 13:59:50 -07:00
parent ca08ebfc45
commit 253bb1dbe1

View File

@ -238,7 +238,6 @@ match_t *next_match(def_t *defs, file_t *f, match_t *prev, pat_t *pat, pat_t *sk
cache_prune(str, f->end);
} else {
str = f->start;
cache_destroy();
}
pat = deref(defs, pat);