Index: sctputil.c =================================================================== RCS file: /data/cvs/src/sys/netinet/sctputil.c,v retrieving revision 1.23 diff -u -r1.23 sctputil.c --- sctputil.c 2 May 2007 12:50:13 -0000 1.23 +++ sctputil.c 3 May 2007 02:38:31 -0000 @@ -1666,7 +1666,7 @@ */ SCTP_INP_DECR_REF(inp); sctp_timer_stop(SCTP_TIMER_TYPE_INPKILL, inp, NULL, NULL, SCTP_FROM_SCTPUTIL + SCTP_LOC_3); - sctp_inpcb_free(inp, 1, 0); + sctp_inpcb_free(inp, 1, 1); goto out_no_decr; break; default: