]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: (try_calling): mutex 'qe->chan' freed more times than we've locked! 41/1641/1
authorAlec Davis <sivad.a@paradise.net.nz>
Mon, 16 Nov 2015 10:29:25 +0000 (23:29 +1300)
committerAlec Davis <sivad.a@paradise.net.nz>
Mon, 16 Nov 2015 20:38:58 +0000 (14:38 -0600)
commit457d8dc12495b5af265d2e844c43f49edb737968
treea936bda3fcb32fb28581dbcf23d041d72de881be
parentc0a7df1021488c02731bd3d50c0291fa7a85a345
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