Skip to content

Commit 7256c81

Browse files
authored
Merge pull request #12810 from edgargabriel/pr/vulcan-aggr-list-leak-v4.1.x
fcoll/vulcan: fix memory leak - v4.1.x
2 parents 50d79c3 + 4bc0fb7 commit 7256c81

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
@@ -729,8 +729,10 @@ exit :
729729
}
730730
free(broken_iov_arrays);
731731
free(fh->f_procs_in_group);
732+
free(fh->f_aggr_list);
732733
fh->f_procs_in_group=NULL;
733734
fh->f_procs_per_group=0;
735+
fh->f_aggr_list=NULL;
734736
free(result_counts);
735737
free(reqs);
736738

0 commit comments

Comments
 (0)