From d60a1e95f72316e18030a719032a85f3c20f2cbd 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 7854c24634..3fb3a9a70f 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -3223,7 +3223,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; }