Nikolay Sivov : msxml3/tests: Remove useless VariantClear().

Alexandre Julliard julliard at wine.codeweavers.com
Thu Mar 24 11:04:00 CDT 2016


Module: wine
Branch: master
Commit: f21fc727c778309f211338c69ef34c32e21b356c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f21fc727c778309f211338c69ef34c32e21b356c

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Mar 24 12:05:40 2016 +0300

msxml3/tests: Remove useless VariantClear().

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msxml3/tests/saxreader.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/msxml3/tests/saxreader.c b/dlls/msxml3/tests/saxreader.c
index 1b83a4e..e71acaa 100644
--- a/dlls/msxml3/tests/saxreader.c
+++ b/dlls/msxml3/tests/saxreader.c
@@ -4146,7 +4146,6 @@ static void test_mxwriter_stream(void)
         V_UNKNOWN(&dest) = (IUnknown*)&mxstream;
         hr = IMXWriter_put_output(writer, dest);
         ok(hr == S_OK, "put_output failed with %08x on test %d\n", hr, current_stream_test_index);
-        VariantClear(&dest);
 
         hr = IMXWriter_put_byteOrderMark(writer, test->bom);
         ok(hr == S_OK, "put_byteOrderMark failed with %08x on test %d\n", hr, current_stream_test_index);




More information about the wine-cvs mailing list