Ignore:
Timestamp:
Mar 30, 2006 4:46:07 PM (18 years ago)
Author:
bennylp
Message:

Fixed crash bug with poll_reset() in rdata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transport.c

    r315 r367  
    432432        } 
    433433        pj_assert(size != 0); 
     434        tdata->buf.cur[size] = '\0'; 
    434435        tdata->buf.cur += size; 
    435         tdata->buf.cur[size] = '\0'; 
    436436    } 
    437437 
Note: See TracChangeset for help on using the changeset viewer.