- Timestamp:
- Apr 29, 2007 12:20:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/pjproject-0.5-stable/pjsip-apps/src/pjsua/pjsua_app.c
r1205 r1223 96 96 static void stereo_demo(); 97 97 #endif 98 pj_status_t app_destroy(void); 98 99 99 100 /***************************************************************************** … … 3156 3157 3157 3158 on_error: 3158 pjsua_destroy();3159 app_destroy(); 3159 3160 return status; 3160 3161 } … … 3168 3169 status = pjsua_start(); 3169 3170 if (status != PJ_SUCCESS) { 3170 pjsua_destroy();3171 app_destroy(); 3171 3172 return status; 3172 3173 }
Note: See TracChangeset
for help on using the changeset viewer.