Skip to content

Commit 01d5a86

Browse files
authored
Merge pull request #10306 from devreal/comm-init-group-undef
Properly initialize group pointer passed to ompi_group_from_pset
2 parents 353153e + 8a3a724 commit 01d5a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/communicator/comm_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ int ompi_comm_init(void)
192192

193193
int ompi_comm_init_mpi3 (void)
194194
{
195-
ompi_group_t *group;
196195
int ret;
196+
ompi_group_t *group = NULL;
197197

198198
/* the intrinsic communicators have been initialized */
199199
ompi_comm_intrinsic_init = true;

0 commit comments

Comments
 (0)