Commit 3026d884 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

ole32: Don't use PropVariantClear to setup an unitialized variant.

parent 8f2b4794
......@@ -90,7 +90,6 @@ static void testProps(void)
/* test setting one that I can't set */
spec.ulKind = PRSPEC_PROPID;
U(spec).propid = PID_DICTIONARY;
PropVariantClear(&var);
var.vt = VT_I4;
U(var).lVal = 1;
hr = IPropertyStorage_WriteMultiple(propertyStorage, 1, &spec, &var, 0);
......
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