зеркало из https://github.com/mozilla/pjs.git
fix bug on mac where filters only work first time, r=rpotts
This commit is contained in:
Родитель
af4326c5a4
Коммит
db3b82b4eb
|
@ -623,7 +623,11 @@ nsresult nsMsgFilterList::SaveTextFilters()
|
|||
|
||||
nsMsgFilterList::~nsMsgFilterList()
|
||||
{
|
||||
|
||||
if (m_fileStream)
|
||||
{
|
||||
m_fileStream->close();
|
||||
delete m_fileStream;
|
||||
}
|
||||
// filters should be released for free, because only isupports array
|
||||
// is holding onto them, right?
|
||||
// PRUint32 filterCount;
|
||||
|
|
Загрузка…
Ссылка в новой задаче