mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
(trunk libT) #2756 "32 byte leak in tr_threadNew()" -- fixed for 1.81
This commit is contained in:
@@ -108,6 +108,7 @@ ThreadFunc( void * _t )
|
||||
|
||||
t->func( t->arg );
|
||||
|
||||
tr_free( t );
|
||||
#ifdef WIN32
|
||||
_endthreadex( 0 );
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user