mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 07:30:37 +00:00
qcap: Initialize to NULL the content of ppPin, not the pointer itself.
This commit is contained in:
parent
8a529d60e2
commit
84a39b4f63
@ -726,7 +726,7 @@ VfwPin_Construct( IBaseFilter * pBaseFilter, LPCRITICAL_SECTION pCritSec,
|
|||||||
PIN_INFO piOutput;
|
PIN_INFO piOutput;
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
|
|
||||||
ppPin = NULL;
|
*ppPin = NULL;
|
||||||
|
|
||||||
piOutput.dir = PINDIR_OUTPUT;
|
piOutput.dir = PINDIR_OUTPUT;
|
||||||
piOutput.pFilter = pBaseFilter;
|
piOutput.pFilter = pBaseFilter;
|
||||||
|
Loading…
Reference in New Issue
Block a user