K 10 svn:author V 3 jhb K 8 svn:date V 27 2006-07-19T18:28:52.000000Z K 7 svn:log V 187 Don't free the sockaddr in kern_bind() and kern_connect() as not all callers pass a sockaddr allocated via malloc() from M_SONAME anymore. Instead, free it in the callers when necessary. END