mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Call svc_freereq() before returning from the service proc.
This commit is contained in:
parent
6f978a84ba
commit
44ab20591b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184887
@ -970,6 +970,7 @@ server_program_1(struct svc_req *rqstp, register SVCXPRT *transp)
|
||||
}
|
||||
|
||||
out:
|
||||
svc_freereq(rqstp);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user