]> git.openfabrics.org - ~shefty/ibacm.git/commit
Fix refcnt for multicast destination
authorsean.hefty@intel.com <sean.hefty@intel.com>
Wed, 4 Apr 2012 00:20:35 +0000 (17:20 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 4 Apr 2012 00:20:35 +0000 (17:20 -0700)
commit4f23053ab33fa519a16374f0b9273ca04798b56a
treee36db38fed50062ef294584f071684b8cb1093fb
parent5de1f5ff6aaca3df63dc3165c63bd37ba24b7723
Fix refcnt for multicast destination

mc_dest has a default refcnt of 0.  When a multicast destination is
released, an attempt is made to free it, which can result in the
ibacm service crashing.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/acm.c