mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Can't free the input param. fixed it
This commit is contained in:
parent
979fe10436
commit
1e5e2430f5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user