summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-09-12 23:49:16 +0000
committerBenny Prijono <bennylp@teluu.com>2006-09-12 23:49:16 +0000
commit24d82c099af823ce401cc116a6ba3242ea922352 (patch)
tree8239812be20f7bd1fdf5f50b0cb097e7e430c3c3 /configure
parentbbb158d5163649c340e733c22cb883f28bb01557 (diff)
Fixed mutex leaking in Linux: pj_mutex_destroy() will fail to destroy the mutex if the mutex is currently being held. Unfortunately it is quite common in the libraries to acquire the mutex first before destroying it, causing mutexes to leak. The solution is to retry unlocking/destroying the mutex several times (currently 4) while pthread_mutex_destroy() returns EBUSY
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@708 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions