- Timestamp:
- Apr 15, 2008 10:35:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/ice-turn07/pjsip/src/pjsua-lib/pjsua_acc.c
r1908 r1930 566 566 pjsip_regc_destroy(acc->regc); 567 567 acc->regc = NULL; 568 acc->contact.slen = 0; 568 569 } 569 570 … … 854 855 pjsip_regc_destroy(acc->regc); 855 856 acc->regc = NULL; 857 acc->contact.slen = 0; 856 858 857 859 /* Stop keep-alive timer if any. */ … … 864 866 pjsip_regc_destroy(acc->regc); 865 867 acc->regc = NULL; 868 acc->contact.slen = 0; 866 869 867 870 /* Stop keep-alive timer if any. */ … … 873 876 pjsip_regc_destroy(acc->regc); 874 877 acc->regc = NULL; 878 acc->contact.slen = 0; 875 879 876 880 /* Stop keep-alive timer if any. */ … … 941 945 pjsip_regc_destroy(acc->regc); 942 946 acc->regc = NULL; 947 acc->contact.slen = 0; 943 948 } 944 949 … … 987 992 pj_pool_release(pool); 988 993 acc->regc = NULL; 994 acc->contact.slen = 0; 989 995 return status; 990 996 }
Note: See TracChangeset
for help on using the changeset viewer.