зеркало из https://github.com/mozilla/pjs.git
fix assert on mail startup r=sspitzer
This commit is contained in:
Родитель
55a866f4cd
Коммит
6a3fa517a6
|
@ -380,11 +380,11 @@ NS_IMETHODIMP nsMsgFolderCache::Init(nsIFileSpec *dbFileSpec)
|
|||
NS_IMETHODIMP nsMsgFolderCache::GetCacheElement(const char *pathKey, PRBool createIfMissing,
|
||||
nsIMsgFolderCacheElement **result)
|
||||
{
|
||||
nsCStringKey hashKey(pathKey);
|
||||
|
||||
if (!result || !pathKey)
|
||||
return NS_ERROR_NULL_POINTER;
|
||||
|
||||
nsCStringKey hashKey(pathKey);
|
||||
|
||||
*result = (nsIMsgFolderCacheElement *) m_cacheElements->Get(&hashKey);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче