Jactry Zeng : riched20: Initialize ed->reOle in ME_MakeEditor().
Module: wine Branch: master Commit: 10e6a665fdd9f964679c977504d6cdfdef7f448b URL: http://source.winehq.org/git/wine.git/?a=commit;h=10e6a665fdd9f964679c977504... Author: Jactry Zeng <wine(a)jactry.com> Date: Fri Jul 4 00:03:14 2014 +0800 riched20: Initialize ed->reOle in ME_MakeEditor(). --- dlls/riched20/editor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/riched20/editor.c b/dlls/riched20/editor.c index 06d8690..f0d6590 100644 --- a/dlls/riched20/editor.c +++ b/dlls/riched20/editor.c @@ -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,
participants (1)
-
Alexandre Julliard