wintrust/tests: Fix a memory leak (valgrind).
This commit is contained in:
parent
c3a362a4c4
commit
dbdb244d13
|
@ -222,6 +222,7 @@ static void test_utils(SAFE_PROVIDER_FUNCTIONS *funcs)
|
|||
}
|
||||
else
|
||||
skip("CertCreateCertificateContext failed: %08x\n", GetLastError());
|
||||
funcs->pfnFree(data.pasSigners);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue