server: Remove obsolete synthesized formats in release_clipboard().
commita716b13974b43bd0dd80322fd8584cc96f2f8f3b
authorFrancois Gouget <fgouget@codeweavers.com>
Tue, 10 Aug 2021 03:51:46 +0000 (10 05:51 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 10 Aug 2021 15:53:55 +0000 (10 17:53 +0200)
tree322d401457b879021a4096c9285b1f1081338419
parentce98c3b58e1006c86b1ab5d1600e0c2d2b56413e
server: Remove obsolete synthesized formats in release_clipboard().

Synthesized formats must be removed too if the format they depend on has
been removed.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51496
Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/user32/tests/clipboard.c
server/clipboard.c