Commit 8d03bef8 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msctf/tests: Fix test object leak (Valgrind).

parent 8b67cfb8
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment