Changeset 4884


Ignore:
Timestamp:
Aug 12, 2014 11:50:16 AM (10 years ago)
Author:
nanang
Message:

Misc (re #1751): Uninitialized variable 'body.tsxState.type' in PJSUA2 in SipEvent::fromPj() (thanks Thomas Steinacher for the report and the fix).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua2/siptypes.cpp

    r4880 r4884  
    449449        ev.body.tsx_state.prev_state; 
    450450        body.tsxState.tsx.fromPj(*ev.body.tsx_state.tsx); 
     451        body.tsxState.type = ev.body.tsx_state.type; 
    451452        if (body.tsxState.type == PJSIP_EVENT_TX_MSG) { 
    452453            if (ev.body.tsx_state.src.tdata) 
Note: See TracChangeset for help on using the changeset viewer.