fix flush

This commit is contained in:
Glenn Maynard
2007-04-28 22:06:10 +00:00
parent 4f2139ebb3
commit b22c311975
+3
View File
@@ -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