CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/19 08:49:46
Modified files:
sys/netinet : in_pcb.c
Log message:
NULLify a route pointer after calling rtfree(9).
This should theoretically be a no-op because we're freeing the PCB
right after, but it helps us debug a reference count problem found
by otto@.
ok mikeb@
