File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 13
13
* Copyright (c) 2012-2013 Los Alamos National Security, LLC.
14
14
* All rights reserved.
15
15
* Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
16
- * Copyright (c) 2016 Research Organization for Information Science
16
+ * Copyright (c) 2016-2017 Research Organization for Information Science
17
17
* and Technology (RIST). All rights reserved.
18
18
* $COPYRIGHT$
19
19
*
@@ -345,6 +345,7 @@ static int rte_init(void)
345
345
& pname , & val , OPAL_STRING );
346
346
if (OPAL_SUCCESS == ret && NULL != val ) {
347
347
u16 = opal_hwloc_compute_relative_locality (mycpuset , val );
348
+ free (val );
348
349
} else {
349
350
/* all we can say is that it shares our node */
350
351
u16 = OPAL_PROC_ON_CLUSTER | OPAL_PROC_ON_CU | OPAL_PROC_ON_NODE ;
You can’t perform that action at this time.
0 commit comments