Ignore:
Timestamp:
Dec 17, 2008 2:28:18 PM (15 years ago)
Author:
bennylp
Message:

Ticket 684: protect the memory allocation for TX packet with try/catch, and fixed various transmit data buffer leaks when transmission fails immediately

File:
1 edited

Legend:

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

    r2373 r2380  
    21882188    ring_start(call_id); 
    21892189 
     2190    if (current_call==PJSUA_INVALID_ID) 
     2191        current_call = call_id; 
     2192 
    21902193    if (app_config.auto_answer > 0) { 
    21912194        pjsua_call_answer(call_id, app_config.auto_answer, NULL, NULL); 
Note: See TracChangeset for help on using the changeset viewer.