diff --git a/main/app.c b/main/app.c index c8cb29c903..29333b2b99 100644 --- a/main/app.c +++ b/main/app.c @@ -1562,6 +1562,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; }