1
1
openmpi/orte/mca/grpcomm/base
Nathan Hjelm 59d09ad9de orte: fix several small memory leaks
grpcomm: fix memory leaks

We were leaking the caddy object used to pass data to the callback
function. This commit fixes these leaks.

oob,rml: fix memory leaks

This commit fixes several leaks:

 - Both the oob/base and oob/tcp were leaking objects on their peer
   hash tables. Iterate on the hash tables and free any objects.

 - Leaked sent messages because of missing OBJ_RELEASE. I placed the
   release in ORTE_RML_SEND_COMPLETE to catch all the possible
   paths.

ess/base: close the state framework

cmr=v1.8.2:reviewer=rhc

This commit was SVN r31776.
2014-05-15 15:06:27 +00:00
..
base.h As per the RFC: 2014-04-29 21:49:23 +00:00
grpcomm_base_frame.c Per the RFC discussed here: 2014-02-05 14:39:27 +00:00
grpcomm_base_modex.c orte: fix several small memory leaks 2014-05-15 15:06:27 +00:00
grpcomm_base_receive.c As per the RFC: 2014-04-29 21:49:23 +00:00
grpcomm_base_rollup.c As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +00:00
grpcomm_base_select.c Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00
grpcomm_base_xcast.c As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +00:00
Makefile.am Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00