FS-10667: [core] Segfault in crypto / srtp

This commit is contained in:
Anthony Minessale 2017-10-24 14:01:30 -05:00
parent bf98422ce6
commit d60a1e95f7

View File

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