land part of fix for 360342 that I missed due to a merge conflict, sr=mscott, fix crash deleting imap attachment
git-svn-id: svn://10.0.0.236/trunk@216824 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2762,8 +2762,6 @@ nsDelAttachListener::OnStopRequest(nsIRequest * aRequest, nsISupports * aContext
|
||||
mMsgFileStream = nsnull;
|
||||
mNewMessageKey = PR_UINT32_MAX;
|
||||
nsCOMPtr<nsIMsgCopyService> copyService = do_GetService(NS_MSGCOPYSERVICE_CONTRACTID);
|
||||
PRUint32 origMsgFlags;
|
||||
mOriginalMessage->GetFlags(&origMsgFlags);
|
||||
if (copyService)
|
||||
{
|
||||
nsCOMPtr<nsIFileSpec> fileSpec;
|
||||
|
||||
Reference in New Issue
Block a user