]> git.openfabrics.org - ~shefty/ibacm.git/commit
Fix refcnt for multicast destination
authorSean Hefty <sean.hefty@intel.com>
Wed, 4 Apr 2012 00:14:50 +0000 (17:14 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 4 Apr 2012 00:14:50 +0000 (17:14 -0700)
commit47a68cba5ca9f66ec5f2efa00ece3c852d82ceca
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