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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/pjproject-0.5-stable/pjsip-apps/src/pjsua/pjsua_app.c

    r1205 r1223  
    9696static void stereo_demo(); 
    9797#endif 
     98pj_status_t app_destroy(void); 
    9899 
    99100/***************************************************************************** 
     
    31563157 
    31573158on_error: 
    3158     pjsua_destroy(); 
     3159    app_destroy(); 
    31593160    return status; 
    31603161} 
     
    31683169    status = pjsua_start(); 
    31693170    if (status != PJ_SUCCESS) { 
    3170         pjsua_destroy(); 
     3171        app_destroy(); 
    31713172        return status; 
    31723173    } 
Note: See TracChangeset for help on using the changeset viewer.