1
1
openmpi/opal/mca/dstore/hash
Nathan Hjelm 1d1cef76df opal: fix leaks
Two leaks are fixed by this commit:

 - opal_dss.lookup_data_type returns an allocated string. Free it.

 - opal_ifaddrtokindex was leaking a struct addrinfo. Ensure that is
   released before returning.

cmr=v1.8.2:reviewer=rhc

This commit was SVN r31777.
2014-05-15 15:59:41 +00:00
..
dstore_hash_component.c As per the RFC: 2014-04-29 21:49:23 +00:00
dstore_hash.c opal: fix leaks 2014-05-15 15:59:41 +00:00
dstore_hash.h As per the RFC: 2014-04-29 21:49:23 +00:00
Makefile.am The final step of the RFC: convert the <foo>libdir and friends to fit their respective code areas, and equate them all at the top. Note that we can't entirely separate things as the opal_install_dirs framework can't handle separated locations for the various trees. 2014-05-08 02:01:35 +00:00