From ccb31ab4429c458dbf3d6beedc6dc82ab49e4a2c Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 24 Oct 2017 14:01:30 -0500 Subject: [PATCH] FS-10667: [core] Segfault in crypto / srtp --- src/switch_rtp.c | 1 - 1 file changed, 1 deletion(-) 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; }