]> git.ipfire.org Git - thirdparty/asterisk.git/commit
The meetme CLI command completion leaves conferences mutex locked.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 20 May 2011 20:38:22 +0000 (20:38 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 20 May 2011 20:38:22 +0000 (20:38 +0000)
commit82506ffa01f70395765e60410ffcc52148c414f8
tree78ccc398163f47cc671fa2eec60348af40280e20
parenta93fce4278f5b431cff372e599b37d83fcca4406
The meetme CLI command completion leaves conferences mutex locked.

When issuing a meetme kick CLI command and an invalid (non-existent)
conference number is specified, pressing Tab leaves the conferences mutex
locked and, therefore, all conferences deadlock.

Add missing unlock.

(closes issue #19336)
Reported by: zvision
Patches:
      app_meetme.diff uploaded by zvision (license 798)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@320235 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_meetme.c