mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 00:39:56 +02:00
channel should not close on destroy
This commit is contained in:
parent
628c6a1b77
commit
fdf17cfe77
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ func (p *Pipeline) Destroy() {
|
|||
delete(pipelines, p.id)
|
||||
pipelinesLock.Unlock()
|
||||
|
||||
close(p.Sample)
|
||||
C.free(unsafe.Pointer(p.Ctx))
|
||||
p = nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue