Gijs Vermeulen <gijsvrm(a)gmail.com> writes:
@@ -2957,6 +2957,7 @@ static void test_paste(void)
ok(strlen(str2) == len, "got %d\n", len);
/* Cleanup */
+ GlobalFree(hmem);
Clipboard data is freed by the clipboard.
--
Alexandre Julliard
julliard(a)winehq.org