Changeset 1931 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c
- Timestamp:
- Apr 15, 2008 10:37:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c
r1929 r1931 572 572 pjsip_regc_destroy(acc->regc); 573 573 acc->regc = NULL; 574 acc->contact.slen = 0; 574 575 } 575 576 … … 860 861 pjsip_regc_destroy(acc->regc); 861 862 acc->regc = NULL; 863 acc->contact.slen = 0; 862 864 863 865 /* Stop keep-alive timer if any. */ … … 870 872 pjsip_regc_destroy(acc->regc); 871 873 acc->regc = NULL; 874 acc->contact.slen = 0; 872 875 873 876 /* Stop keep-alive timer if any. */ … … 879 882 pjsip_regc_destroy(acc->regc); 880 883 acc->regc = NULL; 884 acc->contact.slen = 0; 881 885 882 886 /* Stop keep-alive timer if any. */ … … 947 951 pjsip_regc_destroy(acc->regc); 948 952 acc->regc = NULL; 953 acc->contact.slen = 0; 949 954 } 950 955 … … 993 998 pj_pool_release(pool); 994 999 acc->regc = NULL; 1000 acc->contact.slen = 0; 995 1001 return status; 996 1002 }
Note: See TracChangeset
for help on using the changeset viewer.