Ignore:
Timestamp:
Jul 14, 2008 4:58:11 PM (16 years ago)
Author:
bennylp
Message:

Ticket #568: The hash table ignores the last row of the table in hash table iteration, causing some memory leaks during shutdown routine because some objects are not destroyed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/test.h

    r2039 r2138  
    3737#define INCLUDE_RAND_TEST           GROUP_LIBC 
    3838#define INCLUDE_LIST_TEST           GROUP_DATA_STRUCTURE 
     39#define INCLUDE_HASH_TEST           GROUP_DATA_STRUCTURE 
    3940#define INCLUDE_POOL_TEST           GROUP_LIBC 
    4041#define INCLUDE_POOL_PERF_TEST      GROUP_LIBC 
     
    7576extern int rand_test(void); 
    7677extern int list_test(void); 
     78extern int hash_test(void); 
    7779extern int pool_test(void); 
    7880extern int pool_perf_test(void); 
Note: See TracChangeset for help on using the changeset viewer.