winedbg: Initialize type.module (Coverity).

This commit is contained in:
Marcus Meissner 2015-05-07 10:37:10 +02:00 committed by Alexandre Julliard
parent 15ff762bd5
commit aa59e6744d

View File

@ -697,6 +697,7 @@ BOOL types_print_type(const struct dbg_type* type, BOOL details)
} }
else else
{ {
subtype.module = 0;
dbg_printf("<ret_type=self>"); dbg_printf("<ret_type=self>");
} }
dbg_printf(" (*%s)(", name); dbg_printf(" (*%s)(", name);