mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
crypt32: Fix a leaked key.
This commit is contained in:
parent
f64d600494
commit
e94cae61a1
@ -5746,6 +5746,7 @@ static void testExportPublicKey(HCRYPTPROV csp, PCERT_PUBLIC_KEY_INFO *pInfo)
|
||||
}
|
||||
}
|
||||
}
|
||||
CryptDestroyKey(key);
|
||||
}
|
||||
|
||||
static const BYTE expiredCert[] = { 0x30, 0x82, 0x01, 0x33, 0x30, 0x81, 0xe2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user