tag:github.com,2008:https://github.com/juanii/libfreenect/releases Tags from libfreenect 2011-07-24T06:09:07Z tag:github.com,2008:Repository/8370049/v0.1.1 2011-07-24T06:09:07Z v0.1.1: examples: use exit() instead of pthread_exit() from main thread. <p>examples: use exit() instead of pthread_exit() from main thread.</p> <p>OSX seems to spawn an extra thread for GLUT. As a result, we can't just call <br />pthread_exit() because there's still one thread left after we kill all the <br />threads we directly spawned, so the examples never stop running.</p> <p>Signed-off-by: Drew Fisher &lt;drew.m.fisher@gmail.com&gt;</p> zarvox tag:github.com,2008:Repository/8370049/v0.1 2011-07-22T08:01:39Z v0.1 zarvox