Commit 4284c504 authored by Chris Robinson's avatar Chris Robinson Committed by Alexandre Julliard

quartz: Initialize a pointer to NULL for the case of no enumerated filters.

parent 7d597264
......@@ -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;
......
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