Commit d63a037e authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

opcservices/tests: Fix uninitialized variable access (Valgrind).

parent f274a198
......@@ -518,7 +518,7 @@ static void test_rel_part_uri(void)
IOpcPartUri *rel_uri2;
IOpcUri *source_uri2;
IUnknown *unk = NULL;
BOOL ret;
BOOL ret = FALSE;
BSTR str;
hr = IOpcPartUri_GetSourceUri(rel_uri, &source_uri);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment