fix flush
This commit is contained in:
@@ -683,7 +683,10 @@ public:
|
|||||||
~RageFileObjTimeout()
|
~RageFileObjTimeout()
|
||||||
{
|
{
|
||||||
if( m_pFile != NULL )
|
if( m_pFile != NULL )
|
||||||
|
{
|
||||||
|
Flush();
|
||||||
m_pWorker->Close( m_pFile );
|
m_pWorker->Close( m_pFile );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int GetFileSize() const
|
int GetFileSize() const
|
||||||
|
|||||||
Reference in New Issue
Block a user