K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-01-06T13:18:18.000000Z K 7 svn:log V 530 Mege ipx_outputfl.c:1.21 and ipx_pcb.c:1.36 from HEAD to RELENG_5: date: 2005/01/02 01:47:56; author: rwatson; state: Exp; lines: +1 -1 date: 2005/01/02 01:47:56; author: rwatson; state: Exp; lines: +1 -1 Use RTFREE() to free route references rather than rtfree(), as rtfree() expects a locked route reference. This removes a panic that occurs when connected ipxpcb is closed and its route free'd, and may have been present since the route locking took place. MFC after: 2 weeks RELENG_5_3 candidate. END