Ignore:
Timestamp:
Nov 21, 2005 5:07:18 PM (18 years ago)
Author:
bennylp
Message:

Optimization here and there, changes because of PJLIB modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_util.c

    r65 r74  
    323323                            contact, call_id, cseq, param_text); 
    324324    } 
    325     PJ_DEFAULT { 
     325    PJ_CATCH_ANY { 
    326326        status = PJ_ENOMEM; 
    327327        goto on_error; 
     
    394394                           contact, call_id, cseq, param_text); 
    395395    } 
    396     PJ_DEFAULT { 
     396    PJ_CATCH_ANY { 
    397397        status = PJ_ENOMEM; 
    398398        goto on_error; 
Note: See TracChangeset for help on using the changeset viewer.