Marcus Meissner : crypt32: Free the encoded msg (Coverity).
10 Jan
2013
10 Jan
'13
7:36 p.m.
Module: wine Branch: master Commit: ee1f4164096ece5203b6a8ed64b331decbb931f7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ee1f4164096ece5203b6a8ed64... Author: Marcus Meissner <meissner(a)suse.de> Date: Wed Jan 9 02:42:15 2013 +0100 crypt32: Free the encoded msg (Coverity). --- dlls/crypt32/msg.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/crypt32/msg.c b/dlls/crypt32/msg.c index 3e00a89..25204ea 100644 --- a/dlls/crypt32/msg.c +++ b/dlls/crypt32/msg.c @@ -1450,6 +1450,7 @@ static HCRYPTMSG CSignedEncodeMsg_Open(DWORD dwFlags, if (!ret) { CSignedEncodeMsg_Close(msg); + CryptMemFree(msg); msg = NULL; } }
4724
Age (days ago)
4724
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard