Call svc_freereq() before returning from the service proc.

This commit is contained in:
Doug Rabson 2008-11-12 15:31:05 +00:00
parent 6f978a84ba
commit 44ab20591b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184887

View file

@ -970,6 +970,7 @@ server_program_1(struct svc_req *rqstp, register SVCXPRT *transp)
}
out:
svc_freereq(rqstp);
return;
}