K 10 svn:author V 2 bz K 8 svn:date V 27 2009-08-25T19:04:22.318405Z K 7 svn:log V 327 MFC r187946: Like with r185713 make sure to not leak a lock as rtalloc1(9) returns a locked route. Thus we have to use RTFREE_LOCKED(9) to get it unlocked and rtfree(9)d rather than just rtfree(9)d. PR: kern/129793 Submitted by: Dheeraj Reddy Originally committed from: Bugathon #6 END