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

This commit is contained in:
Bruno Jesus 2014-05-29 22:03:06 -03:00 committed by Alexandre Julliard
parent c3a362a4c4
commit dbdb244d13

View file

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