Commit a3d8e7b3 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

quartz: Properly set a parameter by reference in Parser_OutputPin_DecideAllocator.

parent 64841aac
......@@ -582,7 +582,7 @@ static HRESULT WINAPI Parser_OutputPin_DecideAllocator(BaseOutputPin *iface, IMe
Parser_OutputPin *This = (Parser_OutputPin *)iface;
HRESULT hr;
pAlloc = NULL;
*pAlloc = NULL;
if (This->alloc)
hr = IMemInputPin_NotifyAllocator(pPin, This->alloc, This->readonly);
......
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