[ofw] memory 'leak' running ndconn

Hefty, Sean sean.hefty at intel.com
Wed Jan 20 16:27:08 PST 2010


It appears that there may be a leak in ndconn in CClientEp::ConnectError().  Typically, the function is called with 3 references held on the CClientEp object (one from creation, one for the connect, and one for a receive).  ConnectError() only releases 2 of the references.  I don't see where the 3rd reference is released.

I only see this function called at the end of the test... :/



More information about the ofw mailing list