widl: Initialize decoded_size.
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0be8d44665
commit
028b2bddfc
|
@ -798,6 +798,7 @@ static int encode_type(
|
|||
if (!alignment) alignment = &scratch;
|
||||
if (!decoded_size) decoded_size = &scratch;
|
||||
|
||||
*decoded_size = 0;
|
||||
|
||||
switch (vt) {
|
||||
case VT_I1:
|
||||
|
|
Loading…
Reference in New Issue