diff options
Diffstat (limited to 'sys/netinet/tcp_subr.c')
-rw-r--r-- | sys/netinet/tcp_subr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index faaf00a..0878744 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -1656,6 +1656,8 @@ tcp_twclose(struct tcptw *tw, int reuse) #endif in_pcbdetach(inp); tcpstat.tcps_closed++; + crfree(tw->tw_cred); + tw->tw_cred = NULL; if (reuse) return (tw); uma_zfree(tcptw_zone, tw); |