K 10 svn:author V 7 rwatson K 8 svn:date V 27 2007-12-22T16:49:20.000000Z K 7 svn:log V 490 Merge in6_pcb.c:1.62.2.6 from RELENG_6 to RELENG_6_3: 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. Reported by: tanyong , zhouzhouyi Approved by: re (kensmith) END