Skip to content

Commit 20d2335

Browse files
authored
Merge pull request #12803 from edgargabriel/topic/vulcan-aggr-list-leak
fcoll/vulcan: fix memory leak
2 parents 6237037 + 3fde6af commit 20d2335

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,8 +768,10 @@ exit :
768768
}
769769
free(broken_iov_arrays);
770770
free(fh->f_procs_in_group);
771+
free(fh->f_aggr_list);
771772
fh->f_procs_in_group=NULL;
772773
fh->f_procs_per_group=0;
774+
fh->f_aggr_list=NULL;
773775
free(result_counts);
774776
free(reqs);
775777

0 commit comments

Comments
 (0)