From 393c4536eb165459d2dbcac0080aa348fff2d668 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 4 Apr 2017 08:13:15 -0700 Subject: [PATCH] Remove stale code line Signed-off-by: Ralph Castain --- orte/mca/plm/tm/plm_tm_module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/orte/mca/plm/tm/plm_tm_module.c b/orte/mca/plm/tm/plm_tm_module.c index cf16c60561..915d78aa0e 100644 --- a/orte/mca/plm/tm/plm_tm_module.c +++ b/orte/mca/plm/tm/plm_tm_module.c @@ -261,7 +261,6 @@ static void launch_daemons(int fd, short args, void *cbdata) /* Add basic orted command line options */ orte_plm_base_orted_append_basic_args(&argc, &argv, "tm", &proc_vpid_index); - free(nodelist); if (0 < opal_output_get_verbosity(orte_plm_base_framework.framework_output)) { param = opal_argv_join(argv, ' ');