K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2020-05-04T23:53:46.079514Z K 7 svn:log V 212 Fix a leak in ktls_decrypt(). ktls_decrypt() allocates an iov, but never free's it. This one line change fixes it. It might make more sense to make "iov" and "iov_cap" static instead, but I'll let jhb@ decide. END