K 10 svn:author V 7 rwatson K 8 svn:date V 27 2007-12-17T17:20:57.000000Z K 7 svn:log V 391 Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC label destroy call; this transpired because the inpcb alloc path for IPv4/IPv6 is the same code, but IPv6 has a separate free path. The results was that as new IPv6 TCP connections were created, kernel memory would gradually leak. MFC after: 3 days Reported by: tanyong , zhouzhouyi END