wintrust/tests: Fix a leak (valgrind).
This commit is contained in:
parent
e1e83bc58d
commit
4325d75d5d
|
@ -484,6 +484,7 @@ static void testCertTrust(SAFE_PROVIDER_FUNCTIONS *funcs, GUID *actionID)
|
|||
CertFreeCertificateContext(cert);
|
||||
}
|
||||
}
|
||||
funcs->pfnFree(data.padwTrustStepErrors);
|
||||
}
|
||||
|
||||
static void test_provider_funcs(void)
|
||||
|
|
Loading…
Reference in New Issue