From: Anthony Minessale Date: Tue, 24 Oct 2017 19:01:30 +0000 (-0500) Subject: FS-10667: [core] Segfault in crypto / srtp X-Git-Tag: v1.6.20~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccb31ab4429c458dbf3d6beedc6dc82ab49e4a2c;p=thirdparty%2Ffreeswitch.git FS-10667: [core] Segfault in crypto / srtp --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 4740cd5f7f..bc5105cb6a 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -3224,7 +3224,6 @@ static int do_dtls(switch_rtp_t *rtp_session, switch_dtls_t *dtls) int pending; if (!dtls->bytes && !ready) { - switch_mutex_unlock(rtp_session->ice_mutex); return 0; }