network - Fix socket & mbuf leak
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 20 Oct 2010 17:41:38 +0000 (10:41 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 24 Oct 2010 16:33:52 +0000 (09:33 -0700)
commitaf74f25a8c191e2e35fbf914ecec78ea9c2e425a
tree90d5f44059faca4c4a11442db2cee12549d305f7
parent8812f0f089dbea207dc65dda1da7664707615252
network - Fix socket & mbuf leak

* When I retooled soabort*() and removed the wrapper I accidently lost the
  sofree() mechanic in the wrapper.

* Replace the mechanic with a messaged version.

Reported-by: Peter Avalos <peter@theshell.com>
sys/kern/uipc_msg.c
sys/net/netisr.c
sys/net/netisr.h