K 10 svn:author V 3 mtm K 8 svn:date V 27 2008-01-26T06:49:27.000000Z K 7 svn:log V 460 MFC: rev. 1.110 ---------------------------------------------------------------------------- Instead of manually freeing the packet options structure (and not even doing a good job of it) in the copypktopts() function, just call ip6_clearpktopts() directly. Otherwise, the callers of this function would end up freeing the memory twice. Reviewed by: jinmei PR: kern/116360 ---------------------------------------------------------------------------- END