mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-08 00:33:20 +00:00
FS-11957: destroy NACK table on SWITCH_RTP_FLAG_KILL_JB too
This commit is contained in:
parent
60c7235603
commit
6a036e661c
@ -6340,6 +6340,11 @@ static switch_status_t read_rtp_packet(switch_rtp_t *rtp_session, switch_size_t
|
|||||||
if (rtp_session->vb) {
|
if (rtp_session->vb) {
|
||||||
switch_jb_destroy(&rtp_session->vb);
|
switch_jb_destroy(&rtp_session->vb);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (rtp_session->vbw) {
|
||||||
|
switch_jb_destroy(&rtp_session->vbw);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rtp_session->has_rtp && *bytes) {
|
if (rtp_session->has_rtp && *bytes) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user