Commit dc880388 authored by Alexandre Julliard's avatar Alexandre Julliard

qedit: Avoid releasing an uninitialized object.

parent 1791cdae
......@@ -396,7 +396,7 @@ static HRESULT GetSplitter(MediaDetImpl *This)
if (FAILED(hr))
{
VariantClear(&var);
goto retry;
continue;
}
hr = IGraphBuilder_AddFilter(This->graph, splitter,
......
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