Bug 286185 nsFileSpecUnix::Rename leaks on failure
patch by ajschult@verizon.net r=darin sr=darin
This commit is contained in:
Родитель
ae66ab05d7
Коммит
17b8a15296
|
@ -406,6 +406,7 @@ nsresult nsFileSpec::Rename(const char* inNewName)
|
|||
{
|
||||
// Could not rename, set back to the original.
|
||||
mPath = oldPath;
|
||||
nsCRT::free(oldPath);
|
||||
return NS_FILE_FAILURE;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче