From fe85861f176998d694566b6718125848bd8f52be Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 6 Aug 2016 21:19:43 +1200 Subject: Fix memory leak --- match_pool.c | 1 + 1 file changed, 1 insertion(+) (limited to 'match_pool.c') diff --git a/match_pool.c b/match_pool.c index 6df6af8..eda8f61 100644 --- a/match_pool.c +++ b/match_pool.c @@ -45,5 +45,6 @@ int main(int argc, char **argv) } printf("%s %s\n", buffer, i < 0? "matches" : "doesn't match" ); } + free(local_pool); return 0; } -- cgit v1.1