Skip to content
Snippets Groups Projects
Commit 42b325b8 authored by Jactry Zeng's avatar Jactry Zeng :wine_glass: Committed by Alexandre Julliard
Browse files

riched20/tests: Free retext after use.

parent aad43029
No related branches found
No related tags found
No related merge requests found
......@@ -654,6 +654,7 @@ static void test_TxGetText(void)
hres = ITextServices_TxGetText(txtserv, &rettext);
ok(hres == S_OK, "ITextServices_TxGetText failed (result = %x)\n", hres);
SysFreeString(rettext);
ITextServices_Release(txtserv);
ITextHost_Release(host);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment