Commit aa59e674 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

winedbg: Initialize type.module (Coverity).

parent 15ff762b
......@@ -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);
......
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