mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-10-29 16:59:28 +00:00
fix nil reference issue in shadowsocks
This commit is contained in:
parent
c11ddace15
commit
0442000964
@ -110,7 +110,7 @@ func (this *Shadowsocks) handlerUDPPayload(payload *alloc.Buffer, source v2net.D
|
||||
log.Warning("Shadowsocks: Invalid request from ", source, ": ", err)
|
||||
return
|
||||
}
|
||||
defer request.Release()
|
||||
//defer request.Release()
|
||||
|
||||
dest := v2net.UDPDestination(request.Address, request.Port)
|
||||
log.Access(source, dest, log.AccessAccepted, serial.StringLiteral(""))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user