commit | 38d5af9565f3fa1bf258f3eaeb47c4a95fd7a2b2 | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Tue Jul 31 15:10:54 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Aug 03 10:45:17 2007 -0700 |
tree | d0a855f33a96fa9d28f4327d775f6e4c8bab8aad | |
parent | 8fc394b1971241999ef9b022feabf6a164791e3f [diff] |
IB/mad: Fix address handle leak in mad_rmpp The address handle associated with dual-sided RMPP direction switch ACKs is never destroyed. Free the AH for ACKs which fall into this category. Problem was reported by Dotan Barak <dotanb@dev.mellanox.co.il>. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>