mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-7499: fix seg
This commit is contained in:
parent
db191452d6
commit
3e7c0f6558
@ -4849,7 +4849,7 @@ static switch_status_t read_rtp_packet(switch_rtp_t *rtp_session, switch_size_t
|
|||||||
|
|
||||||
do_dtls(rtp_session, rtp_session->dtls);
|
do_dtls(rtp_session, rtp_session->dtls);
|
||||||
|
|
||||||
if (rtp_session->dtls->bytes) {
|
if (rtp_session->dtls && rtp_session->dtls->bytes) {
|
||||||
*bytes = 0;
|
*bytes = 0;
|
||||||
sync = 1;
|
sync = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user