mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-16 09:11:57 +00:00
FS-11957: destroy NACK table on SWITCH_RTP_FLAG_KILL_JB too
This commit is contained in:
@@ -6340,6 +6340,11 @@ static switch_status_t read_rtp_packet(switch_rtp_t *rtp_session, switch_size_t
|
||||
if (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) {
|
||||
|
||||
Reference in New Issue
Block a user