mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 266905 Mozilla crash or hang on POP3 mail download, if "Run Filter on Folder" is executed [@ nsMsgFilter::LogRuleHit]
look before leaping but don't complain r=bienvenu sr=bienvenu
This commit is contained in:
parent
1699835d97
commit
428fd521f5
@ -415,6 +415,7 @@ NS_IMETHODIMP nsMsgFilter::GetScope(nsIMsgSearchScopeTerm **aResult)
|
||||
|
||||
NS_IMETHODIMP nsMsgFilter::LogRuleHit(nsIMsgRuleAction *aFilterAction, nsIMsgDBHdr *aMsgHdr)
|
||||
{
|
||||
NS_ENSURE_TRUE(m_filterList, NS_OK);
|
||||
nsCOMPtr <nsIOutputStream> logStream;
|
||||
nsresult rv = m_filterList->GetLogStream(getter_AddRefs(logStream));
|
||||
NS_ENSURE_SUCCESS(rv,rv);
|
||||
|
Loading…
Reference in New Issue
Block a user