Commit 236ad0df authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Use correct pointer for SysFreeString.

parent a66d2a2c
......@@ -466,8 +466,9 @@ serialize_param(
return hres;
}
}
if (dealloc && arg)
SysFreeString((BSTR)arg);
SysFreeString((BSTR)*arg);
return S_OK;
}
case VT_PTR: {
......
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