]> git.sesse.net Git - vlc/commit
android thread: do not init the "finished" semaphore in the case of a detached thread.
authorAdrien Maglo <magsoft@videolan.org>
Thu, 12 Jun 2014 07:14:37 +0000 (09:14 +0200)
committerAdrien Maglo <magsoft@videolan.org>
Thu, 12 Jun 2014 07:14:37 +0000 (09:14 +0200)
commitbb9e60e21a4c95f4721763fda3b8e5efc77011fd
tree05fcec6ac5815ffc3516adf85d808a04e6573b60
parentc47334a3d2136941861d1b449a7610ec844412df
android thread: do not init the "finished" semaphore in the case of a detached thread.

This commit prevents the leak of the semaphore.
src/android/thread.c