Index: src/vortex_thread.c =================================================================== --- src/vortex_thread.c (revision 3171) +++ src/vortex_thread.c (working copy) @@ -207,6 +207,7 @@ return false; } /* end if */ + pthread_attr_destroy(&attr); #endif return true; }