Fab Tillier wrote: > Smith, Stan wrote on Thu, 1 Jul 2010 at 16:04:51 > >> I'm not sure about the RDMA-Read fix in NdEndpoint.cpp; if it's HEAD >> of svn then you will get it. Can someone else speak to this? > > RDMA read fix was r2727 > INDAdapter::Query fix was r2753 > > There's one fix missing from NdAdapter.cpp, though. > > Signed-off-by: Fab Tillier <[email protected]> > > Index: NdAdapter.cpp > =================================================================== > --- NdAdapter.cpp (revision 2842) > +++ NdAdapter.cpp (working copy) > @@ -283,6 +283,7 @@ > pInfo->MaxCallerData = 56; > pInfo->MaxCalleeData = 148; > *pBufferSize = sizeof(ND_ADAPTER_INFO1); > + HeapFree( GetProcessHeap(), 0, pAttr ); > return S_OK; > }
OK, I'll include it in the build. Please go ahead and svn commit. stan. _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
