diff --git a/sys/kgssapi/gsstest.c b/sys/kgssapi/gsstest.c index 1764703d9fce..6d5a0c05d29a 100644 --- a/sys/kgssapi/gsstest.c +++ b/sys/kgssapi/gsstest.c @@ -970,6 +970,7 @@ server_program_1(struct svc_req *rqstp, register SVCXPRT *transp) } out: + svc_freereq(rqstp); return; }