Bug 715807 - crash CMbxScanner::CleanUp. r=dbienvenu
This commit is contained in:
Родитель
9df1b58e24
Коммит
83b1dc62a7
|
@ -289,8 +289,10 @@ bool CMbxScanner::DoWork( bool *pAbort, PRUint32 *pDone, PRUint32 *pCount)
|
|||
|
||||
void CMbxScanner::CleanUp( void)
|
||||
{
|
||||
m_mbxFileInputStream->Close();
|
||||
m_dstFileOutputStream->Close();
|
||||
if (m_mbxFileInputStream)
|
||||
m_mbxFileInputStream->Close();
|
||||
if (m_dstFileOutputStream)
|
||||
m_dstFileOutputStream->Close();
|
||||
|
||||
delete [] m_pInBuffer;
|
||||
m_pInBuffer = nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче