1
1
openmpi/ompi/mca/topo/treematch
Nathan Hjelm 075dfa4121 topo/treematch: fix component coverity issues
Fix CID 1315298: Resource leak (RESOURCE_LEAK) :
Fix CID 1315300: Resource leak (RESOURCE_LEAK):
Fix CID 1315299: Resource leak (RESOURCE_LEAK):
Fix CID 1315297 (#1 of 1): Resource leak (RESOURCE_LEAK):

Confirmed leaks in error paths. Added the leaked arrays to the
ERR_EXIT macro to ensure they are freed.

Fix CID 1315296 (#1 of 1): Resource leak (RESOURCE_LEAK):

Confirmed leak in error paths. Both the oversub and reqs arrays are
leaked. Free these arrays on error.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2016-03-18 11:31:11 -06:00
..
treematch Fix all treematch issues idenfied by Coverity. 2015-09-15 23:49:11 -04:00
configure.m4 treematch: remove stale test 2015-09-05 05:02:30 -07:00
Makefile.am Create a new topology framework using the TreeMatch library developped 2015-07-25 13:30:42 -04:00
topo_treematch_component.c Create a new topology framework using the TreeMatch library developped 2015-07-25 13:30:42 -04:00
topo_treematch_dist_graph_create.c topo/treematch: fix component coverity issues 2016-03-18 11:31:11 -06:00
topo_treematch_module.c Create a new topology framework using the TreeMatch library developped 2015-07-25 13:30:42 -04:00
topo_treematch.h topo: do not cast way the const modifier when this is not necessary 2015-09-09 09:18:57 +09:00