[PATCH] imm32: detach hMsgBuf when sending messages in ImmGenerateMessage

Aric Stewart aric at codeweavers.com
Fri Feb 12 09:31:11 CST 2016


The issues is that if a message being sent in ImmGenerateMessage
gets turned around and sent into an IME that in response to that
message calls ImmGenerateMessage, the hMsgBuf still has the old
message in it and it ends up getting processed in a loop
again and again.

Signed-off-by: Aric Stewart <aric at codeweavers.com>
---
 dlls/imm32/imm.c | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-imm32-detach-hMsgBuf-when-sending-messages-in-ImmGener.txt
Type: text/x-patch
Size: 1216 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20160212/cdb7d381/attachment.bin>


More information about the wine-patches mailing list