]> 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)
commitc7d28b35d64333c262de3ec972c426423dadccf9
tree5b43ed5461502081d6ece78807fadbbc55271c1b
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