1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 19:42:04 +02:00

Merge pull request #172 from labdsf/from_addr_norm

initialize from_addr_norm with NULL
This commit is contained in:
Björn Petersen 2018-06-03 11:40:32 +02:00 committed by GitHub
commit 9639c28f2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1862,7 +1862,7 @@ int mrmimeparser_sender_equals_recipient(mrmimeparser_t* mimeparser)
const struct mailimf_field* fld;
const struct mailimf_from* fld_from;
struct mailimf_mailbox* mb;
char* from_addr_norm;
char* from_addr_norm = NULL;
mrhash_t* recipients = NULL;
if( mimeparser == NULL || mimeparser->m_header_root == NULL ) {