1
1

remove an erroneous free statement.

Этот коммит содержится в:
Edgar Gabriel 2015-07-24 09:44:27 -05:00
родитель e92c282f78
Коммит 57c301f25a

Просмотреть файл

@ -135,7 +135,6 @@ int mca_sharedfp_sm_file_open (struct ompi_communicator_t *comm,
return OMPI_ERROR; return OMPI_ERROR;
} }
free(sm_filename);
sm_data->sm_filename = sm_filename; sm_data->sm_filename = sm_filename;
/*TODO: is it necessary to write to the file first?*/ /*TODO: is it necessary to write to the file first?*/