winedbg: Flush expr buffer upon internal exception.

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
This commit is contained in:
Eric Pouech 2024-03-08 11:20:43 +01:00 committed by Alexandre Julliard
parent 2e46d81c64
commit 97e584b695

View file

@ -630,6 +630,7 @@ void parser_handle(const char* filename, HANDLE input)
}
__ENDTRY;
lexeme_flush();
expr_free_all();
} while (!ret_ok);
dbg_parser = prev;