https://bugs.winehq.org/show_bug.cgi?id=51234
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |a2f2b73ca42e564700bf00fee2a | |dfd76346daadd Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This got fixed by the commit below:
commit a2f2b73ca42e564700bf00fee2adfd76346daadd Author: François Gouget fgouget@codeweavers.com AuthorDate: Tue Jun 8 00:21:47 2021 +0200 Commit: François Gouget fgouget@free.fr CommitDate: Sat Nov 26 05:30:17 2022 +0100
user32/tests: Fix a clipboard manager race condition in test_ClipboardOwner().
When the clipboard owner is NULL, SetClipboardData() succeeds as soon as any process has the clipboard open, even if it's a clipboard manager.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51234 Signed-off-by: Francois Gouget fgouget@codeweavers.com