Commit 6e5a0777 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

wlanapi/tests: Always free interface list (Valgrind).

parent e5eba4b7
......@@ -152,6 +152,7 @@ static void test_WlanEnumInterfaces(void)
{
skip("No wireless interfaces\n");
WlanCloseHandle(handle, NULL);
WlanFreeMemory(list);
return;
}
......
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