richedit: Prevented a dereference of a freed pointer. (Fixes bug 16605)

Dylan Smith dylan.ah.smith at gmail.com
Fri Dec 26 23:06:40 CST 2008


On WM_DESTROY the editor was getting freed, then it was used to obtain
a handle to the editor.  This patch moves it just before the editor is
freed within ME_DestroyEditor.
---
 dlls/riched20/editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Prevented-a-dereference-of-a-freed-poin.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20081227/fb284007/attachment.txt 


More information about the wine-patches mailing list