Bug 455527 - In some cases Embedding startup crashes if gAppData == null. r=benjamin.

This commit is contained in:
Oleg Romashin 2008-09-20 03:59:55 -04:00
Родитель 29d3d99ba9
Коммит 339fc56ef4
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1283,6 +1283,9 @@ nsXREDirProvider::AppendProfilePath(nsIFile* aFile)
nsresult rv;
if (!gAppData)
return NS_ERROR_FAILURE;
#if defined (XP_MACOSX)
if (gAppData->profile) {
rv = AppendProfileString(aFile, gAppData->profile);