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 956292c + f7d1829 commit 911a711Copy full SHA for 911a711
ompi/communicator/comm.c
@@ -6,7 +6,7 @@
6
* Copyright (c) 2004-2019 The University of Tennessee and The University
7
* of Tennessee Research Foundation. All rights
8
* reserved.
9
- * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
+ * Copyright (c) 2004-2022 High Performance Computing Center Stuttgart,
10
* University of Stuttgart. All rights reserved.
11
* Copyright (c) 2004-2005 The Regents of the University of California.
12
* All rights reserved.
@@ -814,6 +814,7 @@ static int ompi_comm_split_type_get_part (ompi_group_t *group, const int split_t
814
true,
815
ompi_comm_split_type_to_str(split_type),
816
split_type);
817
+ free (ranks);
818
return OMPI_ERR_BAD_PARAM;
819
}
820
0 commit comments