зеркало из https://github.com/mozilla/gecko-dev.git
bug 129183: Crash opening the address book after editing the history.mab file -TBTrunk [@ nsAddrDatabase::UpdateLowercaseEmailListName ]
patch by Bastiaan Jacques <baafie@planet.nl>, r=bienvenu, sr=mscott
This commit is contained in:
Родитель
c7c5a40091
Коммит
70a4a4ee93
|
@ -1088,7 +1088,7 @@ nsresult nsAddrDatabase::InitExistingDB()
|
|||
if (err == NS_OK)
|
||||
{
|
||||
err = GetStore()->GetTable(GetEnv(), &gAddressBookTableOID, &m_mdbPabTable);
|
||||
if (NS_SUCCEEDED(err))
|
||||
if (NS_SUCCEEDED(err) && m_mdbPabTable)
|
||||
{
|
||||
err = GetLastRecordKey();
|
||||
if (err == NS_ERROR_NOT_AVAILABLE)
|
||||
|
|
Загрузка…
Ссылка в новой задаче