quartz: Properly set a parameter by reference in Parser_OutputPin_DecideAllocator.
This commit is contained in:
parent
64841aac83
commit
a3d8e7b369
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue