From ef82de2c2571ecfb4e78a222d82a9bc5c95dabaa Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Fri, 2 Nov 2007 12:09:32 -0700 Subject: [PATCH] Initialize a variable --- dlls/crypt32/sip.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/crypt32/sip.c b/dlls/crypt32/sip.c index 0ec212a..6a56021 100644 --- a/dlls/crypt32/sip.c +++ b/dlls/crypt32/sip.c @@ -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) -- 1.4.1