diff options
Diffstat (limited to 'support/dfa.c')
-rw-r--r-- | support/dfa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/dfa.c b/support/dfa.c index eb8e2136..ad5b3a41 100644 --- a/support/dfa.c +++ b/support/dfa.c @@ -2309,6 +2309,7 @@ epsclosure (position_set *initial, struct dfa const *d) replace (initial, i, &d->follows[i], constraint, &tmp); } + free (tmp.elems); } /* Returns the set of contexts for which there is at least one |