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

This commit is contained in:
Michael Stefaniuc 2007-03-20 10:55:24 +01:00 committed by Alexandre Julliard
parent 6bd3b156ac
commit 0674ff43b2
1 changed files with 1 additions and 1 deletions

View File

@ -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;