From 04488bf33dfb5d24bdbffce2e3902b897c735662 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 3 Jun 2017 22:29:38 +0000 Subject: [PATCH] [MSCTF_WINETEST] Sync with Wine Staging 2.9. CORE-13362 svn path=/trunk/; revision=74817 --- rostests/winetests/msctf/inputprocessor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rostests/winetests/msctf/inputprocessor.c b/rostests/winetests/msctf/inputprocessor.c index 7c12936e261..34a27098d8b 100644 --- a/rostests/winetests/msctf/inputprocessor.c +++ b/rostests/winetests/msctf/inputprocessor.c @@ -1692,6 +1692,7 @@ static void test_startSession(void) ITfContext_Release(cxt); ITfContext_Release(cxt2); ITfContext_Release(cxt3); + ITextStoreACP_Release(ts); } static void test_endSession(void)