mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +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;
|
||||
HRESULT hr;
|
||||
|
||||
ppPin = NULL;
|
||||
*ppPin = NULL;
|
||||
|
||||
piOutput.dir = PINDIR_OUTPUT;
|
||||
piOutput.pFilter = pBaseFilter;
|
||||
|
Loading…
Reference in New Issue
Block a user