Changeset 1385


Ignore:
Timestamp:
Jun 23, 2007 1:07:08 AM (17 years ago)
Author:
bennylp
Message:

Timer for buddy presence subscription in PJSUA is not cancelled when application quits (this timer was added by ticket #91)

File:
1 edited

Legend:

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

    r1341 r1385  
    108108    pj_strncpy(&info->contact, &buddy->contact, sizeof(info->buf_)-total); 
    109109    total += info->contact.slen; 
    110          
     110 
    111111    /* status and status text */     
    112112    if (buddy->sub == NULL || buddy->status.info_cnt==0) { 
     
    11981198        pjsip_endpt_schedule_timer(pjsua_var.endpt, &pjsua_var.pres_timer, 
    11991199                                   &pres_interval); 
     1200        pjsua_var.pres_timer.id = PJ_TRUE; 
    12001201    } 
    12011202 
Note: See TracChangeset for help on using the changeset viewer.