- Remove duplicate free.

- Remove debug message that dumps invalid string.
This commit is contained in:
Robert Shearman 2004-02-27 04:41:06 +00:00 committed by Alexandre Julliard
parent 57cc6f58ba
commit 8447121451
1 changed files with 0 additions and 2 deletions

View File

@ -413,10 +413,8 @@ BOOL WINAPI CryptAcquireContextA (HCRYPTPROV *phProv, LPCSTR pszContainer,
}
pProv = CRYPT_LoadProvider(imagepath);
CRYPT_Free(temp);
CRYPT_Free(imagepath);
CRYPT_Free(signature);
if (!pProv) {
FIXME("Could not load crypto provider from DLL %s\n", debugstr_a(imagepath));
/* CRYPT_LoadProvider calls SetLastError */
goto error;
}