Commit 028b2bdd authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

widl: Initialize decoded_size.

parent 0be8d446
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment