Ignore:
Timestamp:
Mar 17, 2008 4:05:35 PM (16 years ago)
Author:
bennylp
Message:

More ticket #479: bug in pjmedia_transport_get_info(), the info should be initialized by caller

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/siprtp.c

    r1860 r1873  
    10131013 
    10141014    /* Get transport info */ 
    1015     pj_bzero(&tpinfo, sizeof(tpinfo)); 
     1015    pjmedia_transport_info_init(&tpinfo); 
    10161016    pjmedia_transport_get_info(audio->transport, &tpinfo); 
    10171017 
Note: See TracChangeset for help on using the changeset viewer.