mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Fix some errors and warnings when compiling with Clang
This commit is contained in:
@ -154,7 +154,7 @@ void CryptKeyClose (
|
||||
if (!key)
|
||||
return;
|
||||
|
||||
delete key->handle;
|
||||
delete (RC4_KEY *)key->handle;
|
||||
delete key;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user