Bug 226026 DRefTool analysis for profile migrator files

r=roc sr=roc
This commit is contained in:
timeless%mozdev.org 2003-11-18 18:19:41 +00:00
Родитель 2f1390a71f
Коммит ebe81085e9
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -313,6 +313,9 @@ NS_IMETHODIMP
nsPrefMigration::AddProfilePaths(const char * oldProfilePathStr, const char * newProfilePathStr)
{
MigrateProfileItem* item = new MigrateProfileItem();
if (!item)
return NS_ERROR_OUT_OF_MEMORY;
item->oldFile = oldProfilePathStr;
item->newFile = newProfilePathStr;