richedit: Prevent uninitialized value from being used.
commit530a6c459837a7a77d89c96cfe3439e1e6680920
authorDylan Smith <dylan.ah.smith@gmail.com>
Mon, 25 Jan 2010 06:27:24 +0000 (25 01:27 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 25 Jan 2010 12:01:05 +0000 (25 13:01 +0100)
tree5e74136af3bf730e2240ba9aee8119df105fa91b
parent352ae8b480050456be18b4e81a68db7b2c816365
richedit: Prevent uninitialized value from being used.

NULL may be returned by ITextHost::TxGetDC. Caught by valgrind.
dlls/riched20/run.c