Changeset 5232


Ignore:
Timestamp:
Jan 5, 2016 2:24:26 PM (8 years ago)
Author:
riza
Message:

Re #1882 (misc): Crash when answering call with reason field is set. Thanks to Dan Wright for the report.

File:
1 edited

Legend:

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

    r5185 r5232  
    22042204        } 
    22052205        if (reason) { 
     2206            answer->reason = PJ_POOL_ZALLOC_T(call->inv->pool_prov, pj_str_t); 
    22062207            pj_strdup(call->inv->pool_prov, answer->reason, reason); 
    22072208        } 
Note: See TracChangeset for help on using the changeset viewer.