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:
commit
9639c28f2f
1 changed files with 1 additions and 1 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue