From f7c4946c465cd4684f6b77d7f33ba5cd813132e4 Mon Sep 17 00:00:00 2001 From: sleybo Date: Wed, 7 Feb 2007 13:28:18 +0000 Subject: [PATCH] [IBAL] bugfix: al_obj of type H_MCAST object was not destroyed before memory releasing git-svn-id: svn://openib.tc.cornell.edu/gen1@586 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/core/al/al_mcast.c | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/core/al/al_mcast.c b/trunk/core/al/al_mcast.c index fbf1feb8..89c1e3d9 100644 --- a/trunk/core/al/al_mcast.c +++ b/trunk/core/al/al_mcast.c @@ -683,6 +683,7 @@ __free_attach( CL_ASSERT( p_obj ); h_attach = PARENT_STRUCT( p_obj, al_attach_t, obj ); + destroy_al_obj( p_obj ); cl_free( h_attach ); } -- 2.41.0