From 35c461c3b2c9cc56e22a5360c36b5e6dc9fccd28 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 19 Jan 2017 06:08:12 +0200 Subject: Sync support with GNULIB, fix a dfa memory leak. --- support/dfa.c | 1 + 1 file changed, 1 insertion(+) (limited to 'support/dfa.c') 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 -- cgit v1.2.3