diff --git a/main/app.c b/main/app.c
index e3a5f02c39271ca1d69909cde3a3cd8a9d857304..208db4b838eabea5dfae9253717e110822c9d490 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(&regexbuf_category, category, REG_EXTENDED | REG_NOSUB)) {
 		ast_log(LOG_ERROR, "Regex compile failed on: %s\n", category);
+		regfree(&regexbuf_group);
 		return 0;
 	}