diff --git a/main/app.c b/main/app.c index 6e187a1090..93e8aa8702 100644 --- a/main/app.c +++ b/main/app.c @@ -1183,6 +1183,7 @@ int ast_app_group_match_get_count(const char *groupmatch, const char *category) if (!ast_strlen_zero(category) && regcomp(®exbuf_category, category, REG_EXTENDED | REG_NOSUB)) { ast_log(LOG_ERROR, "Regex compile failed on: %s\n", category); + regfree(®exbuf_group); return 0; }