]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: (try_calling): mutex 'qe->chan' freed more times than we've locked! 38/1638/1
authorAlec Davis <sivad.a@paradise.net.nz>
Mon, 16 Nov 2015 10:29:25 +0000 (23:29 +1300)
committerMark Michelson <mmichelson@digium.com>
Mon, 16 Nov 2015 19:23:05 +0000 (13:23 -0600)
commit7debb986a51937886392f7f444f29483528f94ec
tree26350379e66c538bbf3c4f01a6338c6ea8c3b8de
parentafd9a89e5a0ed041d576afa1f387000404ed3c4d
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