mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-27 11:54:44 +08:00
Merge pull request #10264 from akallabeth/threadpool-fix
[winpr,pool] fix winpr_SetThreadpoolThreadMaximum
This commit is contained in:
commit
24d3cca492
@ -249,7 +249,7 @@ VOID winpr_SetThreadpoolThreadMaximum(PTP_POOL ptpp, DWORD cthrdMost)
|
||||
ArrayList_Clear(ptpp->Threads);
|
||||
ResetEvent(ptpp->TerminateEvent);
|
||||
}
|
||||
ArrayList_Lock(ptpp->Threads);
|
||||
ArrayList_Unlock(ptpp->Threads);
|
||||
winpr_SetThreadpoolThreadMinimum(ptpp, ptpp->Minimum);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user