Skip to content

Commit

Permalink
fix record key
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenegriffin committed Mar 27, 2023
1 parent c306fab commit db2ce59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/mapi/processor/dumpStore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -647,9 +647,8 @@ namespace mapi::processor
recordKey = mapi::getBin(lpRecordKey);
}

MAPIFreeBuffer(lpRecordKey);

lpMsgData->szFilePath = file::BuildFileNameAndPath(L".xml", szSubj, szFolderPath, &recordKey); // STRING_OK
MAPIFreeBuffer(lpRecordKey);
}
}

Expand Down

0 comments on commit db2ce59

Please sign in to comment.