From 5fbc774f67ee605583fe32b865712d10f03e7639 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Thu, 9 Jun 2005 19:27:19 +0000 Subject: fix channel walking problems from recent changes (bug #4494) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5883 f38db490-d61c-443f-a65b-d21fe96a405b --- app.c | 1 - 1 file changed, 1 deletion(-) (limited to 'app.c') diff --git a/app.c b/app.c index bb21be9e8..5e5230e96 100755 --- a/app.c +++ b/app.c @@ -1059,7 +1059,6 @@ int ast_app_group_match_get_count(char *groupmatch, char *category) if (test && !regexec(®exbuf, test, 0, NULL, 0)) count++; ast_mutex_unlock(&chan->lock); - chan = ast_channel_walk_locked(chan); } regfree(®exbuf); -- cgit v1.2.3