Commit 97e584b6 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

winedbg: Flush expr buffer upon internal exception.

parent 2e46d81c
......@@ -630,6 +630,7 @@ void parser_handle(const char* filename, HANDLE input)
}
__ENDTRY;
lexeme_flush();
expr_free_all();
} while (!ret_ok);
dbg_parser = prev;
......
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