devenum: Zero-initialize REGFILTERPINS struct.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45923
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Zebediah Figura 2018-10-03 22:41:02 -05:00 committed by Alexandre Julliard
parent adf4512798
commit cea7615038
1 changed files with 1 additions and 1 deletions

View File

@ -778,7 +778,7 @@ static void register_avicap_devices(void)
WCHAR friendlyname[] = {'v','i','d','e','o','0',0};
IPropertyBag *prop_bag = NULL;
WCHAR name[32], version[32];
REGFILTERPINS2 rgpins;
REGFILTERPINS2 rgpins = {0};
REGPINTYPES rgtypes;
REGFILTER2 rgf;
VARIANT var;