From: Marco Costalba Date: Tue, 9 Aug 2011 20:08:55 +0000 (+0100) Subject: Don't need pthread_detach() after pthread_join() X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=b69d9ee3f720ba04bbc22eb24203123f4b79707f;hp=b69d9ee3f720ba04bbc22eb24203123f4b79707f Don't need pthread_detach() after pthread_join() Spotted by Joona and verified with Valgrind. No functional change. Signed-off-by: Marco Costalba ---