IOS-2794 Delete object after SMTP complete

IOS-2794
Dirk Zimmermann 2 years ago
parent 88aa4005a1
commit a9a1cd7572

@ -725,6 +725,10 @@ static inline CWInternetAddress *next_recipient(NSMutableArray *theRecipients, B
// The data we wrote in the previous call was sucessfully written.
// We inform the delegate that the mail was sucessfully sent.
PERFORM_SELECTOR_2(_delegate, @selector(messageSent:), PantomimeMessageSent, _message, @"Message");
// Delete memory consuming objects
_data = nil;
_message = nil;
}
else
{

Loading…
Cancel
Save