Can't free the input param. fixed it

This commit is contained in:
racham%netscape.com 1999-06-12 00:56:31 +00:00
parent 979fe10436
commit 1e5e2430f5

View File

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