summaryrefslogtreecommitdiff
path: root/pjlib/src/pjlib-test/test.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-07-14 16:58:11 +0000
committerBenny Prijono <bennylp@teluu.com>2008-07-14 16:58:11 +0000
commit08201cb1699089d3a04e55eb7437d84c96fd590a (patch)
tree9443fb5595abe6992c5840c510bb67d605f15d4c /pjlib/src/pjlib-test/test.h
parent4f687978b8878cb59675e290438ff94ed322fb94 (diff)
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
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2138 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/src/pjlib-test/test.h')
-rw-r--r--pjlib/src/pjlib-test/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjlib/src/pjlib-test/test.h b/pjlib/src/pjlib-test/test.h
index c2eeb08c..41503d76 100644
--- a/pjlib/src/pjlib-test/test.h
+++ b/pjlib/src/pjlib-test/test.h
@@ -36,6 +36,7 @@
#define INCLUDE_EXCEPTION_TEST GROUP_LIBC
#define INCLUDE_RAND_TEST GROUP_LIBC
#define INCLUDE_LIST_TEST GROUP_DATA_STRUCTURE
+#define INCLUDE_HASH_TEST GROUP_DATA_STRUCTURE
#define INCLUDE_POOL_TEST GROUP_LIBC
#define INCLUDE_POOL_PERF_TEST GROUP_LIBC
#define INCLUDE_STRING_TEST GROUP_DATA_STRUCTURE
@@ -74,6 +75,7 @@ extern int timestamp_test(void);
extern int exception_test(void);
extern int rand_test(void);
extern int list_test(void);
+extern int hash_test(void);
extern int pool_test(void);
extern int pool_perf_test(void);
extern int string_test(void);