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/kern/uipc_usrreq.c | |
| parent | 720c992fe1f48db62dda58802c5bca3578be4d38 (diff) | |
Notes
Diffstat (limited to 'sys/kern/uipc_usrreq.c')
| -rw-r--r-- | sys/kern/uipc_usrreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c index b8b7044e7137..0cd408f1e45b 100644 --- a/sys/kern/uipc_usrreq.c +++ b/sys/kern/uipc_usrreq.c @@ -935,7 +935,7 @@ unp_drop(unp, errno) if (unp->unp_addr) FREE(unp->unp_addr, M_SONAME); zfree(unp_zone, unp); - sofree(so); + sotryfree(so); } } |
