- Timestamp:
- Apr 29, 2007 12:31:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/split-3rd-party/pjsip-apps/src/pjsua/pjsua_app.c
r1210 r1224 96 96 static void stereo_demo(); 97 97 #endif 98 pj_status_t app_destroy(void); 98 99 99 100 /***************************************************************************** … … 3087 3088 3088 3089 on_error: 3089 pjsua_destroy();3090 app_destroy(); 3090 3091 return status; 3091 3092 } … … 3099 3100 status = pjsua_start(); 3100 3101 if (status != PJ_SUCCESS) { 3101 pjsua_destroy();3102 app_destroy(); 3102 3103 return status; 3103 3104 }
Note: See TracChangeset
for help on using the changeset viewer.