K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-07-11T07:24:56.417690Z K 7 svn:log V 303 Don't test for xpt not being NULL before calling svc_xprt_free(..) svc_xprt_alloc(..) will always return initialized memory as it uses mem_alloc(..) under the covers, which uses malloc(.., M_WAITOK, ..). MFC after: 1 week Reported by: Coverity CID: 1007341 Sponsored by: EMC / Isilon Storage Division END