Re #2229: Fixed failed pjnath-test

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@6108 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Sauw Ming 2019-11-15 01:11:32 +00:00
parent 1bfd835547
commit f1f5301d2f
1 changed files with 2 additions and 1 deletions

View File

@ -1917,7 +1917,8 @@ static pj_status_t ice_tx_pkt(pj_ice_sess *ice,
pj_grp_lock_acquire(ice_st->grp_lock);
if (ice_st->num_buf > 0 &&
ice_st->send_buf[ice_st->buf_idx].buffer != pkt)
(!ice_st->send_buf ||
ice_st->send_buf[ice_st->buf_idx].buffer != pkt))
{
use_buf = PJ_TRUE;
status = use_buffer(ice_st, comp_id, pkt, size, dst_addr,