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/netinet/in_pcb.c | |
| parent | 720c992fe1f48db62dda58802c5bca3578be4d38 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/in_pcb.c')
| -rw-r--r-- | sys/netinet/in_pcb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index 4ee4b0da3e99..4fecd6a39bcc 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -563,7 +563,7 @@ in_pcbdetach(inp) inp->inp_gencnt = ++ipi->ipi_gencnt; in_pcbremlists(inp); so->so_pcb = 0; - sofree(so); + sotryfree(so); if (inp->inp_options) (void)m_free(inp->inp_options); if (rt) { |
