aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-05-25 13:34:03 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-05-25 13:34:03 +0000
commit37516046a2c1bff38c4d5878996c08df0a018dfa (patch)
tree824c3ce6cda244d83bd63a092c978f8946b2ee58 /sys
parente098e5f03284d903f8c22c2eae2b76fe8e16bd31 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/netipx/spx_usrreq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netipx/spx_usrreq.c b/sys/netipx/spx_usrreq.c
index 3e8e81d492f7..97c0a1959ddd 100644
--- a/sys/netipx/spx_usrreq.c
+++ b/sys/netipx/spx_usrreq.c
@@ -1253,6 +1253,7 @@ spx_detach(struct socket *so)
IPX_LIST_LOCK();
IPX_LOCK(ipxp);
spx_pcbdetach(ipxp);
+ ipx_pcbdetach(ipxp);
ipx_pcbfree(ipxp);
IPX_LIST_UNLOCK();
}