mirror of https://github.com/v2ray/v2ray-core
parent
e00c424341
commit
3d6200dc64
|
@ -70,10 +70,11 @@ func (this *BufferedWriter) SetCached(cached bool) {
|
|||
}
|
||||
|
||||
func (this *BufferedWriter) Release() {
|
||||
this.Flush()
|
||||
|
||||
this.Lock()
|
||||
defer this.Unlock()
|
||||
|
||||
this.Flush()
|
||||
this.buffer.Release()
|
||||
this.buffer = nil
|
||||
this.writer = nil
|
||||
|
|
Loading…
Reference in New Issue