Ignore:
Timestamp:
Dec 11, 2008 11:03:21 AM (15 years ago)
Author:
bennylp
Message:

Ticket #681: Bugs in sending and receiving instant messages in Python wrapper (thanks Johan Risberg for the patches)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/python/_pjsua.c

    r2260 r2374  
    21382138    content = PyString_ToPJ(pContent); 
    21392139 
     2140    pjsua_msg_data_init(&msg_data); 
     2141 
    21402142    if (pMsgData != Py_None) { 
    21412143        PyObj_pjsua_msg_data *omd; 
     
    21792181         
    21802182    to = PyString_ToPJ(pTo); 
     2183 
     2184    pjsua_msg_data_init(&msg_data); 
    21812185 
    21822186    if (pMsgData != Py_None) { 
Note: See TracChangeset for help on using the changeset viewer.