Commit dbdb244d authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

wintrust/tests: Fix a memory leak (valgrind).

parent c3a362a4
......@@ -222,6 +222,7 @@ static void test_utils(SAFE_PROVIDER_FUNCTIONS *funcs)
}
else
skip("CertCreateCertificateContext failed: %08x\n", GetLastError());
funcs->pfnFree(data.pasSigners);
}
}
......
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