Ignore:
Timestamp:
Mar 13, 2013 4:47:19 AM (11 years ago)
Author:
bennylp
Message:

Fixed #1642: Media transport may not be cleaned up if call is hung up quickly

File:
1 edited

Legend:

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

    r4358 r4439  
    44904490            pjsua_msg_data_init(&msg_data); 
    44914491            TEST_MULTIPART(&msg_data); 
    4492             pjsua_call_make_call( current_acc, &tmp, &call_opt, NULL, &msg_data, NULL); 
     4492            pjsua_call_make_call( current_acc, &tmp, &call_opt, NULL, 
     4493                                  &msg_data, &current_call); 
    44934494            break; 
    44944495 
Note: See TracChangeset for help on using the changeset viewer.