Can't free the input param. fixed it

This commit is contained in:
racham%netscape.com 1999-06-12 00:56:31 +00:00
Родитель cbc46122f3
Коммит ed21fbaaf5
1 изменённых файлов: 1 добавлений и 1 удалений

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

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