Commit ee1f4164 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

crypt32: Free the encoded msg (Coverity).

parent 0546c551
......@@ -1450,6 +1450,7 @@ static HCRYPTMSG CSignedEncodeMsg_Open(DWORD dwFlags,
if (!ret)
{
CSignedEncodeMsg_Close(msg);
CryptMemFree(msg);
msg = NULL;
}
}
......
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