Ignore:
Timestamp:
Oct 8, 2013 11:13:11 AM (11 years ago)
Author:
bennylp
Message:

Re #1703 General bug fixes: fixed wrong sizeof() in call to bzero(), memset(), or memcpy()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c

    r4544 r4614  
    13841384         */ 
    13851385        if (info->status != PJ_SUCCESS) 
    1386             pj_memcpy(&call->med_ch_info, info, sizeof(info)); 
     1386            pj_memcpy(&call->med_ch_info, info, sizeof(*info)); 
    13871387 
    13881388        /* Check whether all the call's medias have finished calling their 
Note: See TracChangeset for help on using the changeset viewer.