mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
winedbg: Initialize type.module (Coverity).
This commit is contained in:
parent
15ff762bd5
commit
aa59e6744d
1 changed files with 1 additions and 0 deletions
|
@ -697,6 +697,7 @@ BOOL types_print_type(const struct dbg_type* type, BOOL details)
|
|||
}
|
||||
else
|
||||
{
|
||||
subtype.module = 0;
|
||||
dbg_printf("<ret_type=self>");
|
||||
}
|
||||
dbg_printf(" (*%s)(", name);
|
||||
|
|
Loading…
Reference in a new issue