riched20: Initialize ed->reOle in ME_MakeEditor().

This commit is contained in:
Jactry Zeng 2014-07-04 00:03:14 +08:00 committed by Alexandre Julliard
parent 50ccf65fe6
commit 10e6a665fd
1 changed files with 1 additions and 0 deletions

View File

@ -2744,6 +2744,7 @@ ME_TextEditor *ME_MakeEditor(ITextHost *texthost, BOOL bEmulateVersion10)
ed->hwndParent = NULL;
ed->sizeWindow.cx = ed->sizeWindow.cy = 0;
ed->texthost = texthost;
ed->reOle = NULL;
ed->bEmulateVersion10 = bEmulateVersion10;
ed->styleFlags = 0;
ITextHost_TxGetPropertyBits(texthost,