mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-06 06:33:31 +03:00
Fix: should close socks udp PacketConn
This commit is contained in:
parent
19bb0b655c
commit
b0f9c6afa8
1 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ func (c *fakeConn) LocalAddr() net.Addr {
|
|||
}
|
||||
|
||||
func (c *fakeConn) Close() error {
|
||||
err := c.PacketConn.Close()
|
||||
pool.BufPool.Put(c.bufRef[:cap(c.bufRef)])
|
||||
return nil
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue