Commit 6ef8569c authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

devenum: Call VariantInit instead of VariantClear.

parent 5c0ff73d
......@@ -399,7 +399,7 @@ static HRESULT WINAPI DEVENUM_IMediaCatMoniker_BindToObject(
MediaCatMoniker *This = (MediaCatMoniker *)iface;
VariantClear(&var);
VariantInit(&var);
TRACE("(%p)->(%p, %p, %s, %p)\n", This, pbc, pmkToLeft, debugstr_guid(riidResult), ppvResult);
......
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