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/src/pjsua-lib/pjsua_core.c

    r1158 r1223  
    701701        pjsua_var.pool = NULL; 
    702702        pj_caching_pool_destroy(&pjsua_var.cp); 
    703     } 
    704  
    705  
    706     PJ_LOG(4,(THIS_FILE, "PJSUA destroyed...")); 
    707  
    708     /* End logging */ 
    709     if (pjsua_var.log_file) { 
    710         pj_file_close(pjsua_var.log_file); 
    711         pjsua_var.log_file = NULL; 
    712     } 
    713  
    714     /* Shutdown PJLIB */ 
    715     pj_shutdown(); 
     703 
     704        PJ_LOG(4,(THIS_FILE, "PJSUA destroyed...")); 
     705 
     706        /* End logging */ 
     707        if (pjsua_var.log_file) { 
     708            pj_file_close(pjsua_var.log_file); 
     709            pjsua_var.log_file = NULL; 
     710        } 
     711 
     712        /* Shutdown PJLIB */ 
     713        pj_shutdown(); 
     714    } 
    716715 
    717716    /* Clear pjsua_var */ 
Note: See TracChangeset for help on using the changeset viewer.