Ignore:
Timestamp:
Jul 20, 2007 8:08:30 AM (17 years ago)
Author:
bennylp
Message:

Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/pool_caching.c

    r1333 r1405  
    6666        pj_list_init(&cp->free_list[i]); 
    6767 
     68    if (policy == NULL) { 
     69        policy = &pj_pool_factory_default_policy; 
     70    } 
     71     
    6872    pj_memcpy(&cp->factory.policy, policy, sizeof(pj_pool_factory_policy)); 
    6973    cp->factory.create_pool = &cpool_create_pool; 
Note: See TracChangeset for help on using the changeset viewer.