1
0
Fork 0
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:
tpoole 2016-09-29 11:39:11 +01:00
parent 728bf273e9
commit 495e2bfd56

View file

@ -43,7 +43,7 @@ FileOutputStream::FileOutputStream (const File& f, const size_t bufferSizeToUse)
FileOutputStream::~FileOutputStream()
{
flushBuffer();
flush();
closeHandle();
}