Ignore:
Timestamp:
Jul 17, 2007 4:25:45 PM (17 years ago)
Author:
bennylp
Message:

Ticket #353: memory leak with pjsua WAV file player/recorder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r1400 r1403  
    29642964 
    29652965    /* Create pool for application */ 
    2966     app_config.pool = pjsua_pool_create("pjsua", 4000, 4000); 
     2966    app_config.pool = pjsua_pool_create("pjsua", 1000, 1000); 
    29672967 
    29682968    /* Initialize default config */ 
Note: See TracChangeset for help on using the changeset viewer.