]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: (try_calling): mutex 'qe->chan' freed more times than we've locked! 36/1636/3
authorAlec Davis <sivad.a@paradise.net.nz>
Wed, 18 Nov 2015 06:20:22 +0000 (19:20 +1300)
committerAlec Davis <sivad.a@paradise.net.nz>
Wed, 18 Nov 2015 06:21:54 +0000 (19:21 +1300)
commit4013f9d5777e2e3048aab8108ba51cb2f963ff0b
treee614f9febf5fd359f2d46696c1283ab70af1b6d2
parentf57da2ae908e490d85bbe1dc0284c629bfcd4f97
app_queue: (try_calling): mutex 'qe->chan' freed more times than we've locked!

commit aae45acbd (Mark Michelson 2015-04-15 10:38:02 -0500 6525)
refer ASTERISK-24958

above commit removed ast_channel_lock(qe->chan);
but failed to remove corresponding ast_channel_unlock(qe->chan);

ASTERISK-25561 #close
Reported Alec Davis

Change-Id: Ie05f4e2d08912606178bf1fded57cc022c7a2e1a
apps/app_queue.c