dmstyle: Avoid cloning the IStream in parse_style_form().
commit2ba39c89018717af8efc7d12c68204b35be329fe
authorMichael Stefaniuc <mstefani@winehq.org>
Fri, 20 Dec 2019 22:55:36 +0000 (20 23:55 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 23 Dec 2019 09:49:51 +0000 (23 10:49 +0100)
tree3c41412fd3f9e8525f2c150de87e448cc51b3f7d
parent6dd84c53b55ecfa2e2735a914cb126fa0c4b23a5
dmstyle: Avoid cloning the IStream in parse_style_form().

It can be an application provided IStream with unimplemented Clone()
method.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=31562
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/dmstyle/style.c