Bug 477934 nsSafeFileOutputStream (prefs.js) not safe from system crashes

r=biesi
This commit is contained in:
timeless@mozdev.org 2009-03-12 13:13:00 +01:00
Родитель 1d72c1a8b4
Коммит 9fd25e03e1
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -531,6 +531,7 @@ nsSafeFileOutputStream::Close()
NS_IMETHODIMP
nsSafeFileOutputStream::Finish()
{
Flush();
nsresult rv = nsFileOutputStream::Close();
// if there is no temp file, don't try to move it over the original target.