Commit 3ea9ccca authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

mapi32: Check folder for NULL (Coverity).

parent 8eef221d
......@@ -355,7 +355,7 @@ static ULONG sendmail_extended_mapi(LHANDLE mapi_session, ULONG_PTR uiparam, lpM
/* Free up the resources we've used */
IMAPIFolder_Release(draft_folder);
IMAPIFolder_Release(folder);
if (folder) IMAPIFolder_Release(folder);
IMsgStore_Release(msg_store);
logoff: ;
......
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