Changeset 1281


Ignore:
Timestamp:
May 16, 2007 8:56:30 AM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #100: Assertion failure when terminating subscription with PJSUA-API (thanks Edward Tian)

File:
1 edited

Legend:

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

    r1266 r1281  
    11051105    } 
    11061106 
    1107     if (status != PJ_SUCCESS) { 
     1107    if (status != PJ_SUCCESS && buddy->sub) { 
    11081108        pjsip_pres_terminate(buddy->sub, PJ_FALSE); 
    11091109        buddy->sub = NULL; 
Note: See TracChangeset for help on using the changeset viewer.