Skip to content

Commit e396b17

Browse files
committed
orte/orted: plug a memory leak
Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 6b90b03 commit e396b17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

orte/orted/orted_main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* et Automatique. All rights reserved.
1818
* Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
1919
* Copyright (c) 2013-2016 Intel, Inc. All rights reserved.
20-
* Copyright (c) 2015-2016 Research Organization for Information Science
20+
* Copyright (c) 2015-2017 Research Organization for Information Science
2121
* and Technology (RIST). All rights reserved.
2222
* $COPYRIGHT$
2323
*
@@ -879,6 +879,7 @@ int orte_daemon(int argc, char *argv[])
879879

880880
/* cleanup and leave */
881881
orte_finalize();
882+
opal_finalize_util();
882883

883884
if (orte_debug_flag) {
884885
fprintf(stderr, "exiting with status %d\n", orte_exit_status);

0 commit comments

Comments
 (0)