Commit 0674ff43 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

quartz: Fix typo that produced an empty if-statement.

parent 6bd3b156
......@@ -1127,7 +1127,7 @@ static HRESULT WINAPI GraphBuilder_RenderFile(IGraphBuilder *iface,
IPin_Release(ppinreader);
IBaseFilter_Release(preader);
if (psplitter);
if (psplitter)
IBaseFilter_Release(psplitter);
return hr;
......
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