Changeset 4217 for pjproject/trunk


Ignore:
Timestamp:
Jul 27, 2012 5:24:12 PM (12 years ago)
Author:
nanang
Message:

Re #1559: fixed uninitialized variable bug in icedemo sample app (thanks Magnus Kempe for the report and the fix!).

File:
1 edited

Legend:

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

    r3841 r4217  
    615615 
    616616        /* Enumerate all candidates for this component */ 
     617        cand_cnt = PJ_ARRAY_SIZE(cand); 
    617618        status = pj_ice_strans_enum_cands(icedemo.icest, comp+1, 
    618619                                          &cand_cnt, cand); 
Note: See TracChangeset for help on using the changeset viewer.