]> git.openfabrics.org - ~shefty/rdma-win.git/commit
[WINVERBS,ND,WINMAD,MAD] delete critical sections when no longer needed.
authorStan Smith <stan.smith@intel.com>
Fri, 15 Jan 2010 23:13:42 +0000 (23:13 +0000)
committerStan Smith <stan.smith@intel.com>
Fri, 15 Jan 2010 23:13:42 +0000 (23:13 +0000)
commit5185100ad2ed7da9914367ce3828d49cbadc247c
tree08484e50787a6a4b424c884ff7cde6db19b5e3d6
parentfbdfe68811d079b4eef744b42359e3afc6a8ebae
[WINVERBS,ND,WINMAD,MAD] delete critical sections when no longer needed.
To avoid leaking memory, we need to call DeleteCriticalSection
for all critical sections once they are no longer needed.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@2670 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
branches/WOF2-2/core/winmad/user/wm_provider.cpp
branches/WOF2-2/core/winverbs/user/wv_base.cpp
branches/WOF2-2/ulp/libibumad/src/umad.cpp
branches/WOF2-2/ulp/netdirect/user/nd_adapter.cpp