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 0cbd52b commit 6e35cfcCopy full SHA for 6e35cfc
opal/mca/btl/sm/btl_sm_component.c
@@ -17,7 +17,7 @@
17
* Copyright (c) 2011-2014 NVIDIA Corporation. All rights reserved.
18
* Copyright (c) 2010-2012 IBM Corporation. All rights reserved.
19
* Copyright (c) 2014-2016 Intel, Inc. All rights reserved.
20
- * Copyright (c) 2014-2015 Research Organization for Information Science
+ * Copyright (c) 2014-2017 Research Organization for Information Science
21
* and Technology (RIST). All rights reserved.
22
* $COPYRIGHT$
23
*
@@ -71,6 +71,7 @@ static int mca_btl_sm_component_register(void)
71
if (strcmp(names[i], "sm") == 0) {
72
opal_show_help("help-mpi-btl-sm.txt", "btl sm is dead",
73
true);
74
+ opal_argv_free(names);
75
return OPAL_ERROR;
76
}
77
0 commit comments