mapi32: Fixed uninitialized variable (Coverity).

This commit is contained in:
Marcus Meissner 2009-10-02 10:00:45 +02:00 committed by Alexandre Julliard
parent 4ae16e37ee
commit 4eb51234f3
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ static ULONG sendmail_extended_mapi(LHANDLE mapi_session, ULONG_PTR uiparam, lpM
IMAPITable* msg_table;
LPSRowSet rows = NULL;
IMsgStore* msg_store;
IMAPIFolder* folder;
IMAPIFolder* folder = NULL;
LPENTRYID entry_id;
LPSPropValue props;
ULONG entry_len;