mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Fixed file flushing for FileOutputStream on Windows
This commit is contained in:
parent
728bf273e9
commit
495e2bfd56
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ FileOutputStream::FileOutputStream (const File& f, const size_t bufferSizeToUse)
|
|||
|
||||
FileOutputStream::~FileOutputStream()
|
||||
{
|
||||
flushBuffer();
|
||||
flush();
|
||||
closeHandle();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue