cryptui/tests: Remove a double free.
This commit is contained in:
parent
c52d110de1
commit
73c41f1ef6
|
@ -317,7 +317,6 @@ static BOOL find_and_delete_cert_in_store(HCERTSTORE store, PCCERT_CONTEXT cert)
|
|||
return FALSE;
|
||||
|
||||
CertDeleteCertificateFromStore(found);
|
||||
CertFreeCertificateContext(found);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue