mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
riched20: Set editor->reOle to NULL when IRichEditOle is released.
This commit is contained in:
parent
ad842c42f0
commit
a3b8065600
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ IRichEditOle_fnRelease(IRichEditOle *me)
|
|||
ITextRangeImpl *txtRge;
|
||||
TRACE ("Destroying %p\n", This);
|
||||
This->txtSel->reOle = NULL;
|
||||
This->editor->reOle = NULL;
|
||||
ITextSelection_Release(&This->txtSel->ITextSelection_iface);
|
||||
IOleClientSite_Release(&This->clientSite->IOleClientSite_iface);
|
||||
LIST_FOR_EACH_ENTRY(txtRge, &This->rangelist, ITextRangeImpl, entry)
|
||||
|
|
Loading…
Reference in a new issue