mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
(trunk libT) #2756 "32 byte leak in tr_threadNew()" -- fixed for 1.81
This commit is contained in:
parent
18272e65a1
commit
0faaaeaa9a
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ ThreadFunc( void * _t )
|
|||
|
||||
t->func( t->arg );
|
||||
|
||||
tr_free( t );
|
||||
#ifdef WIN32
|
||||
_endthreadex( 0 );
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue