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.
2 parents 638c949 + 97d3fc7 commit 8eac6d8Copy full SHA for 8eac6d8
ompi/mca/mtl/base/mtl_base_frame.c
@@ -10,7 +10,7 @@
10
* University of Stuttgart. All rights reserved.
11
* Copyright (c) 2004-2006 The Regents of the University of California.
12
* All rights reserved.
13
- * Copyright (c) 2015 Los Alamos National Security, LLC. All rights
+ * Copyright (c) 2015-2018 Los Alamos National Security, LLC. All rights
14
* reserved.
15
* $COPYRIGHT$
16
*
@@ -108,6 +108,7 @@ ompi_mtl_base_close(void)
108
{
109
/* NTH: Should we be freeing the mtl module here? */
110
ompi_mtl = NULL;
111
+ ompi_mtl_base_selected_component = NULL;
112
113
/* Close all remaining available modules (may be one if this is a
114
OMPI RTE program, or [possibly] multiple if this is ompi_info) */
0 commit comments