mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 10:12:01 +00:00
quartz: Initialize a pointer to NULL for the case of no enumerated filters.
This commit is contained in:
parent
7d597264dc
commit
4284c504ab
@ -963,7 +963,7 @@ static HRESULT WINAPI GraphBuilder_RenderFile(IGraphBuilder *iface,
|
||||
ICOM_THIS_MULTI(IFilterGraphImpl, IGraphBuilder_vtbl, iface);
|
||||
static const WCHAR string[] = {'R','e','a','d','e','r',0};
|
||||
IBaseFilter* preader = NULL;
|
||||
IBaseFilter* psplitter;
|
||||
IBaseFilter* psplitter = NULL;
|
||||
IPin* ppinreader;
|
||||
IPin* ppinsplitter;
|
||||
IEnumPins* penumpins;
|
||||
|
Loading…
x
Reference in New Issue
Block a user