quartz: Properly set a parameter by reference in Parser_OutputPin_DecideAllocator.

This commit is contained in:
Gerald Pfeifer 2011-04-05 00:48:01 +02:00 committed by Alexandre Julliard
parent 64841aac83
commit a3d8e7b369
1 changed files with 1 additions and 1 deletions

View File

@ -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);