Ignore:
Timestamp:
Apr 29, 2007 12:31:51 PM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #242: Crash on Windows when no sound device is available

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/split-3rd-party/pjsip-apps/src/pjsua/pjsua_app.c

    r1210 r1224  
    9696static void stereo_demo(); 
    9797#endif 
     98pj_status_t app_destroy(void); 
    9899 
    99100/***************************************************************************** 
     
    30873088 
    30883089on_error: 
    3089     pjsua_destroy(); 
     3090    app_destroy(); 
    30903091    return status; 
    30913092} 
     
    30993100    status = pjsua_start(); 
    31003101    if (status != PJ_SUCCESS) { 
    3101         pjsua_destroy(); 
     3102        app_destroy(); 
    31023103        return status; 
    31033104    } 
Note: See TracChangeset for help on using the changeset viewer.