mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[WIN32K:NTUSER]
- Close the clipboard when a thread is destroyed. Fixes 148 user32:clipboard tests CORE-13414 svn path=/trunk/; revision=75021
This commit is contained in:
@@ -708,6 +708,8 @@ ExitThreadCallback(PETHREAD Thread)
|
||||
ptiCurrent->TIF_flags |= TIF_DONTATTACHQUEUE;
|
||||
ptiCurrent->pClientInfo->dwTIFlags = ptiCurrent->TIF_flags;
|
||||
|
||||
UserCloseClipboard();
|
||||
|
||||
/* Decrement thread count and check if its 0 */
|
||||
ppiCurrent->cThreads--;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user