mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Bug 726655 - Add null check in nsMsgDBView::GetThreadContainingMsgHdr() to avoid crash.
Tag #1273
This commit is contained in:
parent
af8d327f15
commit
11672d13e6
1 changed files with 1 additions and 0 deletions
|
|
@ -5255,6 +5255,7 @@ nsresult nsMsgDBView::ExpandAll()
|
|||
|
||||
NS_IMETHODIMP nsMsgDBView::GetThreadContainingMsgHdr(nsIMsgDBHdr *msgHdr, nsIMsgThread **pThread)
|
||||
{
|
||||
if (!m_db) return NS_ERROR_FAILURE;
|
||||
return m_db->GetThreadContainingMsgHdr(msgHdr, pThread);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue