From: sleybo Date: Wed, 7 Feb 2007 13:28:18 +0000 (+0000) Subject: [IBAL] bugfix: al_obj of type H_MCAST object was not destroyed before memory releasing X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f7c4946c465cd4684f6b77d7f33ba5cd813132e4;p=~shefty%2Frdma-win.git [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 --- 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 ); }