Skip to content
Snippets Groups Projects
Commit cea76150 authored by Elizabeth Figura's avatar Elizabeth Figura Committed by Alexandre Julliard
Browse files

devenum: Zero-initialize REGFILTERPINS struct.

parent adf45127
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment