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:
André Hentschel 2017-02-22 21:01:28 +01:00 committed by Alexandre Julliard
parent 0be8d44665
commit 028b2bddfc

View file

@ -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: