crypt32: Free the encoded msg (Coverity).
This commit is contained in:
parent
0546c551f1
commit
ee1f416409
|
@ -1450,6 +1450,7 @@ static HCRYPTMSG CSignedEncodeMsg_Open(DWORD dwFlags,
|
|||
if (!ret)
|
||||
{
|
||||
CSignedEncodeMsg_Close(msg);
|
||||
CryptMemFree(msg);
|
||||
msg = NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue