Changeset 2142
- Timestamp:
- Jul 14, 2008 5:55:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c
r2130 r2142 615 615 return PJ_FALSE; 616 616 } 617 pj_strdup2 (acc->pool, &acc->contact, tmp);617 pj_strdup2_with_null(acc->pool, &acc->contact, tmp); 618 618 } 619 619
Note: See TracChangeset
for help on using the changeset viewer.