зеркало из https://github.com/mozilla/pjs.git
fix crash undoing imap delete r=cavin, sr=sspitzer, 177835
This commit is contained in:
Родитель
e8fa3e1225
Коммит
7131ad0a35
|
@ -275,7 +275,7 @@ NS_IMETHODIMP nsMailDatabase::EndBatch()
|
|||
NS_IMETHODIMP nsMailDatabase::DeleteMessages(nsMsgKeyArray* nsMsgKeys, nsIDBChangeListener *instigator)
|
||||
{
|
||||
nsresult ret = NS_OK;
|
||||
if (!m_folderStream)
|
||||
if (!m_folderStream && m_folder)
|
||||
{
|
||||
PRBool isLocked;
|
||||
m_folder->GetLocked(&isLocked);
|
||||
|
|
Загрузка…
Ссылка в новой задаче