id summary reporter owner description type status milestone component version severity resolution keywords cc 5839 thread.cpp: ThreadProxy leaks on exceptions noloader@… viboes "If something goes wrong in ThreadProxy (such as fetching the return value), the ThreadProxyData could be leaked. {{{ DWORD WINAPI ThreadProxy(LPVOID args) { ThreadProxyData* data=reinterpret_cast(args); DWORD ret=data->start_address_(data->arglist_); delete data; return ret; } }}} " Bugs closed Boost 1.49.0 thread Boost 1.47.0 Problem fixed viboes