We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66120e9 commit 0889025Copy full SHA for 0889025
1 file changed
proxy/wireguard/client.go
@@ -411,6 +411,7 @@ func (c *udpConnClient) WriteMultiBuffer(mb buf.MultiBuffer) error {
411
ip, err := c.resolveFunc(b.UDP.Address.String())
412
if err != nil {
413
errors.LogErrorInner(context.Background(), err, "drop packet to ", b.UDP, " with size ", len(b.Bytes()))
414
+ b.Release()
415
continue
416
}
417
dst = &net.UDPAddr{
0 commit comments