Skip to content

Commit bcc3b72

Browse files
authored
Merge pull request #9829 from edgargabriel/pr/coverty-fix-sharedfp-sm
sharedfp_sm_file_open: remove illegal free
2 parents d1ce203 + a260b88 commit bcc3b72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ int mca_sharedfp_sm_file_open (struct ompi_communicator_t *comm,
114114
if ( OMPI_SUCCESS != err ) {
115115
opal_output(0,"mca_sharedfp_sm_file_open: Error in bcast operation \n");
116116
free(filename_basename);
117-
free(sm_filename);
118117
free(sm_data);
119118
free(sh);
120119
return err;

0 commit comments

Comments
 (0)