richedit: Missing HeapFree in WM_IME_COMPOSITION. (Smatch).
commitfb7d6b783e8f8c48943772da3fd909e968887137
authorDylan Smith <dylan.ah.smith@gmail.com>
Mon, 24 May 2010 05:04:42 +0000 (24 01:04 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 24 May 2010 09:30:06 +0000 (24 11:30 +0200)
tree8f926a873be1acbe04b9ded87ca88788375f62aa
parent6d49edef371a47d9e60c6af01ad73dc7aa907618
richedit: Missing HeapFree in WM_IME_COMPOSITION. (Smatch).

ME_InsertTextFromCursor copies the string passed into it rather than making
taking ownership of it.
dlls/riched20/editor.c