]> git.openfabrics.org - ~ardavis/dapl.git/commit
mpxyd: fix memory leak during smd proxy device close
authorPatrick Mccormick <patrick.m.mccormick@intel.com>
Thu, 7 Feb 2013 21:04:28 +0000 (13:04 -0800)
committerArlin Davis <arlin.r.davis@intel.com>
Thu, 7 Feb 2013 21:04:28 +0000 (13:04 -0800)
commit0e2f8288fcd6a84e59cfa9b7c08539fb43c4bf2f
treee7ce2530b909ca6750ecb784660f5ca63256578f
parente297693dab6ecc9b53fbe4298e42f5a884948759
mpxyd: fix memory leak during smd proxy device close

Need to cleanup the proxy buffer created during device open.
unregister the proxy buffer with both scif and IB and free memory.

Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
dapl/svc/mpxyd.c