cryptui/tests: Remove a double free.

oldstable
Juan Lang 2009-11-04 16:50:26 -08:00 committed by Alexandre Julliard
parent c52d110de1
commit 73c41f1ef6
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}