mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
qedit: Avoid releasing an uninitialized object.
This commit is contained in:
parent
1791cdaea8
commit
dc880388e1
@ -396,7 +396,7 @@ static HRESULT GetSplitter(MediaDetImpl *This)
|
||||
if (FAILED(hr))
|
||||
{
|
||||
VariantClear(&var);
|
||||
goto retry;
|
||||
continue;
|
||||
}
|
||||
|
||||
hr = IGraphBuilder_AddFilter(This->graph, splitter,
|
||||
|
Loading…
Reference in New Issue
Block a user