Ignore:
Timestamp:
Nov 21, 2006 8:36:12 AM (17 years ago)
Author:
bennylp
Message:

Fixed minor memory leak in caching pool (one malloc is not freed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/pool.h

    r736 r809  
    796796     * Internal pool. 
    797797     */ 
    798     pj_pool_t      *pool; 
     798    char            pool_buf[256]; 
    799799 
    800800    /** 
    801801     * Mutex. 
    802802     */ 
    803     pj_mutex_t     *mutex; 
     803    pj_lock_t      *lock; 
    804804}; 
    805805 
Note: See TracChangeset for help on using the changeset viewer.