Bug 226026 DRefTool analysis for profile migrator files

r=roc sr=roc


git-svn-id: svn://10.0.0.236/trunk@149499 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2003-11-18 18:19:41 +00:00
parent aeea63c75a
commit c3aeb2464e

View File

@@ -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;