Commit c18fa0eb authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

combase/tests: Fix a string leak (Valgrind).

parent 3d100f7d
...@@ -99,6 +99,7 @@ static void test_ActivationFactories(void) ...@@ -99,6 +99,7 @@ static void test_ActivationFactories(void)
if(inspect) if(inspect)
IInspectable_Release(inspect); IInspectable_Release(inspect);
pWindowsDeleteString(str2);
pWindowsDeleteString(str); pWindowsDeleteString(str);
pRoUninitialize(); pRoUninitialize();
} }
......
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