[DEVENUM] Initialize rgpins.

This commit is contained in:
Mark Jansen 2018-06-29 22:28:57 +02:00
parent ae8762e15e
commit a731be3f12
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -798,7 +798,7 @@ cleanup:
static void register_vfw_codecs(void)
{
static const WCHAR fcchandlerW[] = {'F','c','c','H','a','n','d','l','e','r',0};
REGFILTERPINS2 rgpins[2];
REGFILTERPINS2 rgpins[2] = {{0}};
IPropertyBag *prop_bag = NULL;
REGPINTYPES rgtypes[2];
REGFILTER2 rgf;