зеркало из https://github.com/mozilla/pjs.git
Call close on the mail database instead of release....
This commit is contained in:
Родитель
500b30ded7
Коммит
ebf253ec21
|
@ -319,7 +319,7 @@ PRInt32 nsMailboxProtocol::SetupReadMessage()
|
|||
msgHdr->GetMessageSize(&messageSize);
|
||||
msgHdr->Release();
|
||||
}
|
||||
mailDb->Release();
|
||||
mailDb->Close();
|
||||
}
|
||||
}
|
||||
m_runningUrl->SetMessageSize(messageSize);
|
||||
|
|
Загрузка…
Ссылка в новой задаче