Ignore:
Timestamp:
Mar 17, 2016 3:37:13 AM (8 years ago)
Author:
ming
Message:

Re #1882 (misc): Fixed crash caused by typo when initializing pjsua_msg_data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_legacy.c

    r5242 r5265  
    12701270            pjsua_msg_data msg_data_; 
    12711271 
    1272             pjsua_msg_data_init(&msg_data); 
     1272            pjsua_msg_data_init(&msg_data_); 
    12731273            msg_data_.content_type = pj_str("application/dtmf-relay"); 
    12741274 
Note: See TracChangeset for help on using the changeset viewer.