Changeset 4792 for pjproject


Ignore:
Timestamp:
Mar 13, 2014 9:33:32 AM (10 years ago)
Author:
bennylp
Message:

Re #1742: fixed bug: when cloning multipart body in multipart_clone_data(). Thanks Nick Wilson for the patch

File:
1 edited

Legend:

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

    r4537 r4792  
    183183    src = (const struct multipart_data*) data; 
    184184    dst = PJ_POOL_ALLOC_T(pool, struct multipart_data); 
     185    pj_list_init(&dst->part_head); 
    185186 
    186187    pj_strdup(pool, &dst->boundary, &src->boundary); 
Note: See TracChangeset for help on using the changeset viewer.