From 68996d6858f0a1e39e0643e93e3ae9bf51063eb1 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 5 Nov 2015 07:57:54 -0800 Subject: [PATCH] Move the argv_free back to the correct place - I blame Jeff for suggesting it was wrong to begin with --- orte/util/dash_host/dash_host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/util/dash_host/dash_host.c b/orte/util/dash_host/dash_host.c index e88034fcf5..d46e3e24f2 100644 --- a/orte/util/dash_host/dash_host.c +++ b/orte/util/dash_host/dash_host.c @@ -81,8 +81,8 @@ int orte_util_add_dash_host_nodes(opal_list_t *nodes, goto cleanup; } } + opal_argv_free(mini_map); } - opal_argv_free(mini_map); } opal_argv_free(host_argv); mini_map = NULL;