mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-17 20:19:37 +00:00
FS-10667: [core] Segfault in crypto / srtp
This commit is contained in:
parent
f51b5d2dce
commit
ccb31ab442
@ -3224,7 +3224,6 @@ static int do_dtls(switch_rtp_t *rtp_session, switch_dtls_t *dtls)
|
|||||||
int pending;
|
int pending;
|
||||||
|
|
||||||
if (!dtls->bytes && !ready) {
|
if (!dtls->bytes && !ready) {
|
||||||
switch_mutex_unlock(rtp_session->ice_mutex);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user