]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Place unlock of mutex in an else block so that it does not get unlocked twice.
authorMark Michelson <mmichelson@digium.com>
Mon, 29 Jun 2009 15:04:17 +0000 (15:04 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 29 Jun 2009 15:04:17 +0000 (15:04 +0000)
commita3848ec74c6a43158995d27d2ae755003ba9f361
tree57a40d4caf30f32c926ee3cfeb1dbaccbf1c2bf3
parentf65dccafb6df533ba18b2854adf1f679aa0d54a7
Place unlock of mutex in an else block so that it does not get unlocked twice.

(closes issue #15400)
Reported by: aragon

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