Bug 1428852 - Crash reporter leaks file handle r=gsvelto

MozReview-Commit-ID: IXeI73FipZv

--HG--
extra : rebase_source : abc29a4efc72c4400c97605da24798d1d7c124df
This commit is contained in:
Jean-Luc Bonnafoux 2018-01-14 17:39:40 +01:00
Родитель a9888b57e5
Коммит 0dced01fb2
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1566,6 +1566,7 @@ void UIPruneSavedDumps(const std::string& directory)
dumpfiles.pop_back();
}
FindClose(dirlist);
}
bool UIRunProgram(const string& exename,