Index: netinet/ip_input.c
===================================================================
RCS file: /u/open/cvs/src/sys/netinet/ip_input.c,v
retrieving revision 1.100
diff -u -r1.100 ip_input.c
--- netinet/ip_input.c	14 Mar 2002 01:27:11 -0000	1.100
+++ netinet/ip_input.c	5 Sep 2002 20:48:38 -0000
@@ -1237,8 +1237,6 @@
 	if (rt == 0)
 		return 0;
 	
-	RTFREE(rt);
-	
 	if ((rt->rt_flags & RTF_GATEWAY) || (rt->rt_flags & RTF_LLINFO) == 0 ||
 	    rt->rt_gateway->sa_family != AF_LINK) {
 		RTFREE(rt);
