summaryrefslogtreecommitdiff
path: root/match_pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'match_pool.c')
-rw-r--r--match_pool.c1
1 files changed, 1 insertions, 0 deletions
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;
}