tag:github.com,2008:https://github.com/juanii/libfreenect/releasesTags from libfreenect2011-07-24T06:09:07Ztag:github.com,2008:Repository/8370049/v0.1.12011-07-24T06:09:07Zv0.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 <drew.m.fisher@gmail.com></p>zarvoxtag:github.com,2008:Repository/8370049/v0.12011-07-22T08:01:39Zv0.1zarvox