We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba92d7 commit 6b9343aCopy full SHA for 6b9343a
orte/mca/plm/rsh/plm_rsh_module.c
@@ -15,7 +15,7 @@
15
* Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved.
16
* Copyright (c) 2011 IBM Corporation. All rights reserved.
17
* Copyright (c) 2014-2016 Intel, Inc. All rights reserved.
18
- * Copyright (c) 2015-2016 Research Organization for Information Science
+ * Copyright (c) 2015-2017 Research Organization for Information Science
19
* and Technology (RIST). All rights reserved.
20
* $COPYRIGHT$
21
*
@@ -1343,6 +1343,10 @@ static int rsh_finalize(void)
1343
}
1344
1345
1346
+ free(mca_plm_rsh_component.agent_path);
1347
+ free(rsh_agent_path);
1348
+ opal_argv_free(mca_plm_rsh_component.agent_argv);
1349
+ opal_argv_free(rsh_agent_argv);
1350
1351
return rc;
1352
0 commit comments