]> git.sesse.net Git - vlc/commit
fetcher: shut thread down when not needed
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Jun 2009 20:04:01 +0000 (23:04 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Jun 2009 20:24:07 +0000 (23:24 +0300)
commit2a7329d7a8ca9e5eb9440018fed05ef12cb8b94f
tree3f271590d6d425048eaf5236f9b044eb62c330e2
parent9dbe7278f0697191f67d4ec9f802a1d5c66cce1a
fetcher: shut thread down when not needed

Unfortunately, the thread stack remains allocated as our threading
abstraction does not support detaching.
src/playlist/fetcher.c