Changeset 6108


Ignore:
Timestamp:
Nov 15, 2019 1:11:32 AM (4 years ago)
Author:
ming
Message:

Re #2229: Fixed failed pjnath-test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/ice_strans.c

    r6072 r6108  
    19181918    pj_grp_lock_acquire(ice_st->grp_lock); 
    19191919    if (ice_st->num_buf > 0 && 
    1920         ice_st->send_buf[ice_st->buf_idx].buffer != pkt) 
     1920        (!ice_st->send_buf || 
     1921         ice_st->send_buf[ice_st->buf_idx].buffer != pkt)) 
    19211922    { 
    19221923        use_buf = PJ_TRUE; 
Note: See TracChangeset for help on using the changeset viewer.