diff --git a/profile/pref-migrator/src/nsPrefMigration.cpp b/profile/pref-migrator/src/nsPrefMigration.cpp index 027904831939..38ea52818c52 100644 --- a/profile/pref-migrator/src/nsPrefMigration.cpp +++ b/profile/pref-migrator/src/nsPrefMigration.cpp @@ -187,7 +187,7 @@ nsPrefMigration::ProcessPrefs(char* profilePath, char* newProfilePath, nsresult success = DoTheCopy(oldMailPath, newMailPath, mailFileArray); success = DoTheCopy(oldNewsPath, newNewsPath, newsFileArray); - PR_Free(newProfilePath); + //PR_Free(newProfilePath); PR_Free(oldMailPath); PR_Free(oldNewsPath); PR_Free(newMailPath);