mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
quartz: ppinsplitter might be used uninitialized (Coverity).
This commit is contained in:
parent
a5facc008b
commit
d2bc96bf8a
@ -997,7 +997,7 @@ static HRESULT WINAPI GraphBuilder_RenderFile(IGraphBuilder *iface,
|
||||
IBaseFilter* preader = NULL;
|
||||
IBaseFilter* psplitter = NULL;
|
||||
IPin* ppinreader = NULL;
|
||||
IPin* ppinsplitter;
|
||||
IPin* ppinsplitter = NULL;
|
||||
IEnumPins* penumpins;
|
||||
ULONG pin;
|
||||
HRESULT hr;
|
||||
|
Loading…
Reference in New Issue
Block a user