mirror of
https://github.com/nxshock/promodj.git
synced 2025-07-01 23:53:35 +05:00
Free used pipe
This commit is contained in:
parent
7799aa7141
commit
65c1ba95c0
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ func encode(url string, w io.Writer) error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
defer out.Close()
|
||||
|
||||
err = cmd.Start()
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue