]> git.openfabrics.org - ~shefty/rdma-win.git/commit
dapl: destroy completion channels
authorSean Hefty <sean.hefty@intel.com>
Thu, 4 Feb 2010 00:51:55 +0000 (16:51 -0800)
committerSean Hefty <sean.hefty@intel.com>
Thu, 4 Feb 2010 00:51:55 +0000 (16:51 -0800)
commit31eec5351ef87ae42a035e141fada30180fbe1e0
tree5949be80df90f7b34e3080d4fb9d318af06f8515
parent6ece22f911fcfc6fceeb779a3cb16702ab4ba386
dapl: destroy completion channels

Completion channels may be created in ia_open or with ep_create.
Destroy those channels during cleanup.  This fixes an application
verifier report.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>