summaryrefslogtreecommitdiff
path: root/pjlib/src/pjlib-test/test.c
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.c
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.c')
-rw-r--r--pjlib/src/pjlib-test/test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pjlib/src/pjlib-test/test.c b/pjlib/src/pjlib-test/test.c
index 62450457..37118ee4 100644
--- a/pjlib/src/pjlib-test/test.c
+++ b/pjlib/src/pjlib-test/test.c
@@ -102,6 +102,10 @@ int test_inner(void)
DO_TEST( rbtree_test() );
#endif
+#if INCLUDE_HASH_TEST
+ DO_TEST( hash_test() );
+#endif
+
#if INCLUDE_TIMESTAMP_TEST
DO_TEST( timestamp_test() );
#endif