K 10 svn:author V 4 shin K 8 svn:date V 27 2000-01-16T18:00:06.000000Z K 7 svn:log V 273 fix kernel panic at rtfree() in INET6 enabled envrionment. This is probably due to twice rtfree() in in6_pcbdetach(), one for inp->in6p_route.ro_rt, and another one for inp->inp_route.ro_rt. But these 2 are actually shared in inpcb, so 2nd rtfree() is not necessary. END