59d09ad9de
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. |
||
---|---|---|
.. | ||
base.h | ||
grpcomm_base_frame.c | ||
grpcomm_base_modex.c | ||
grpcomm_base_receive.c | ||
grpcomm_base_rollup.c | ||
grpcomm_base_select.c | ||
grpcomm_base_xcast.c | ||
Makefile.am |