wintrust/tests: Fix a leak (valgrind).

This commit is contained in:
Juan Lang 2011-01-26 08:45:14 -08:00 committed by Alexandre Julliard
parent e1e83bc58d
commit 4325d75d5d
1 changed files with 1 additions and 0 deletions

View File

@ -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)