Commit 8b17846d authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Initialize a variable.

parent 9f808670
......@@ -482,7 +482,7 @@ void crypt_sip_free(void)
static BOOL CRYPT_LoadSIP(const GUID *pgSubject)
{
SIP_DISPATCH_INFO sip = { 0 };
HMODULE lib, temp = NULL;
HMODULE lib = NULL, temp = NULL;
sip.pfGet = CRYPT_LoadSIPFunc(pgSubject, szGetSigned, &lib);
if (!sip.pfGet)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment