summaryrefslogtreecommitdiff
path: root/pjlib/build
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/build
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/build')
-rw-r--r--pjlib/build/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjlib/build/Makefile b/pjlib/build/Makefile
index 4d747e10..c3819f34 100644
--- a/pjlib/build/Makefile
+++ b/pjlib/build/Makefile
@@ -33,8 +33,8 @@ export PJLIB_CFLAGS += $(_CFLAGS)
#
export TEST_SRCDIR = ../src/pjlib-test
export TEST_OBJS += activesock.o atomic.o echo_clt.o errno.o exception.o \
- fifobuf.o file.o ioq_perf.o ioq_udp.o ioq_unreg.o \
- ioq_tcp.o \
+ fifobuf.o file.o hash_test.o ioq_perf.o ioq_udp.o \
+ ioq_unreg.o ioq_tcp.o \
list.o mutex.o os.o pool.o pool_perf.o rand.o rbtree.o \
select.o sleep.o sock.o sock_perf.o \
string.o test.o thread.o timer.o timestamp.o \