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; }