Skip to content
Snippets Groups Projects
Commit dc880388 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

qedit: Avoid releasing an uninitialized object.

parent 1791cdae
Branches
Tags
No related merge requests found
......@@ -396,7 +396,7 @@ static HRESULT GetSplitter(MediaDetImpl *This)
if (FAILED(hr))
{
VariantClear(&var);
goto retry;
continue;
}
hr = IGraphBuilder_AddFilter(This->graph, splitter,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment