mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
fixed bugs in handling streams.
This commit is contained in:
@@ -46,6 +46,7 @@ void CBufferedOutputStream::close()
|
||||
}
|
||||
|
||||
m_closed = true;
|
||||
m_buffer.pop(m_buffer.getSize());
|
||||
if (m_closeCB) {
|
||||
m_closeCB->run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user