diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-11-17 03:07:11 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-11-17 03:07:11 +0000 |
| commit | b1e4abd2464bb5552ab1c65f9574adb61d9a36fd (patch) | |
| tree | d5160b5791cda1a8cfbbcd3f5e1bd7ea97561c8f /sys/netinet6 | |
| parent | 720c992fe1f48db62dda58802c5bca3578be4d38 (diff) | |
Notes
Diffstat (limited to 'sys/netinet6')
| -rw-r--r-- | sys/netinet6/in6_pcb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c index a82ab8453edf..661284837eaf 100644 --- a/sys/netinet6/in6_pcb.c +++ b/sys/netinet6/in6_pcb.c @@ -606,7 +606,7 @@ in6_pcbdetach(inp) inp->inp_gencnt = ++ipi->ipi_gencnt; in_pcbremlists(inp); sotoinpcb(so) = 0; - sofree(so); + sotryfree(so); if (inp->in6p_options) m_freem(inp->in6p_options); |
