network - Fix socket & mbuf leak
commitc3d495a1d6f1d1d2052ade59291d9442ba78e029
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 20 Oct 2010 17:41:38 +0000 (20 10:41 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 20 Oct 2010 17:41:38 +0000 (20 10:41 -0700)
tree3808620476aa6efb4f7094b4f9b4578274a6d3f1
parente2184a9e893ff002721e95f1c47dd607b06651ed
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