From 57c301f25abe64acc49c0d87fe99958611d7253d Mon Sep 17 00:00:00 2001 From: Edgar Gabriel Date: Fri, 24 Jul 2015 09:44:27 -0500 Subject: [PATCH] remove an erroneous free statement. --- ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c b/ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c index 1286d893c9..4d67614cad 100644 --- a/ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c +++ b/ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c @@ -135,7 +135,6 @@ int mca_sharedfp_sm_file_open (struct ompi_communicator_t *comm, return OMPI_ERROR; } - free(sm_filename); sm_data->sm_filename = sm_filename; /*TODO: is it necessary to write to the file first?*/