winedbg: Flush expr buffer upon internal exception.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
This commit is contained in:
parent
2e46d81c64
commit
97e584b695
1 changed files with 1 additions and 0 deletions
|
@ -630,6 +630,7 @@ void parser_handle(const char* filename, HANDLE input)
|
||||||
}
|
}
|
||||||
__ENDTRY;
|
__ENDTRY;
|
||||||
lexeme_flush();
|
lexeme_flush();
|
||||||
|
expr_free_all();
|
||||||
} while (!ret_ok);
|
} while (!ret_ok);
|
||||||
|
|
||||||
dbg_parser = prev;
|
dbg_parser = prev;
|
||||||
|
|
Loading…
Add table
Reference in a new issue