qcap: Initialize to NULL the content of ppPin, not the pointer itself.

This commit is contained in:
Paul Chitescu 2011-05-11 04:45:59 +03:00 committed by Alexandre Julliard
parent 8a529d60e2
commit 84a39b4f63

View File

@ -726,7 +726,7 @@ VfwPin_Construct( IBaseFilter * pBaseFilter, LPCRITICAL_SECTION pCritSec,
PIN_INFO piOutput;
HRESULT hr;
ppPin = NULL;
*ppPin = NULL;
piOutput.dir = PINDIR_OUTPUT;
piOutput.pFilter = pBaseFilter;