IOS-2794 Set to nil early

IOS-2794
Dirk Zimmermann 2 years ago
parent 18671718ca
commit 16764a988f

@ -679,6 +679,7 @@ static inline CWInternetAddress *next_recipient(NSMutableArray *theRecipients, B
// We first replace all occurences of LF by CRLF in the Message's data.
//
aMutableData = [[NSMutableData dataWithData: _data] replaceLFWithCRLF];
_data = nil;
//
// According to RFC 2821 section 4.5.2, we must check for the character

Loading…
Cancel
Save