From: Anthony Minessale Date: Tue, 13 Jan 2015 05:20:39 +0000 (-0600) Subject: FS-7148 #resolve #comment declinatio mortuus obfirmo! X-Git-Tag: v1.4.16~1^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=403d32ce907234056356051f9bcfb616c01bbc05;p=thirdparty%2Ffreeswitch.git FS-7148 #resolve #comment declinatio mortuus obfirmo! --- diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index 21180d789f..204b8fbe5c 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -1141,6 +1141,7 @@ static void *SWITCH_THREAD_FUNC recording_thread(switch_thread_t *thread, void * switch_yield(20000); continue; } else if ((!rh->thread_ready || switch_channel_down_nosig(channel)) && !inuse) { + switch_mutex_unlock(rh->buffer_mutex); break; }