mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-10-05 13:36:51 +08:00
feat: remove RecyclableMemory
This commit is contained in:
@@ -51,7 +51,7 @@ func (puller *HDLPuller) Connect(p *m7s.Client) (err error) {
|
||||
}
|
||||
}
|
||||
if err == nil {
|
||||
var head *util.RecyclableBuffers
|
||||
var head util.RecyclableBuffers
|
||||
head, err = puller.BufReader.ReadBytes(13)
|
||||
defer head.Recycle()
|
||||
if err == nil {
|
||||
|
Reference in New Issue
Block a user