diff options
Diffstat (limited to 'web/web_match.c')
-rw-r--r-- | web/web_match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/web_match.c b/web/web_match.c index 93ebf76..6e6f79d 100644 --- a/web/web_match.c +++ b/web/web_match.c @@ -22,7 +22,7 @@ void match_new() void free_state() { - free(state->m); + match_free(state->m); free(state); state = NULL; } |