diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-01-19 06:09:21 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-01-19 06:09:21 +0200 |
commit | 6e99ac5bfb2aaeef7a6138a6d84d3543bf55fdff (patch) | |
tree | 63f833c346903bd5bd6f2269d5c9ac3b03aab15e /support/dfa.c | |
parent | 40ecf95c1ce83fae380623f24afad017ac4816cc (diff) | |
parent | 35c461c3b2c9cc56e22a5360c36b5e6dc9fccd28 (diff) | |
download | egawk-6e99ac5bfb2aaeef7a6138a6d84d3543bf55fdff.tar.gz egawk-6e99ac5bfb2aaeef7a6138a6d84d3543bf55fdff.tar.bz2 egawk-6e99ac5bfb2aaeef7a6138a6d84d3543bf55fdff.zip |
Merge branch 'master' into feature/fix-comments
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 |