aboutsummaryrefslogtreecommitdiffstats
path: root/app.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-09 19:27:19 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-09 19:27:19 +0000
commit5fbc774f67ee605583fe32b865712d10f03e7639 (patch)
tree2c8ef6d2eb38bc1f6087d1c4907b2abbc23fc655 /app.c
parent54c8bb2a71a8115d4076d94f54ce0d5dba02603e (diff)
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
Diffstat (limited to 'app.c')
-rwxr-xr-xapp.c1
1 files changed, 0 insertions, 1 deletions
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(&regexbuf, test, 0, NULL, 0))
count++;
ast_mutex_unlock(&chan->lock);
- chan = ast_channel_walk_locked(chan);
}
regfree(&regexbuf);