1
1

fcoll/static: fix an errant free

Got to excited about coverity and ended up generating
a new coverity error.

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
Этот коммит содержится в:
Howard Pritchard 2015-03-06 13:12:53 -07:00
родитель 4f4b99bbac
Коммит 209f002200

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

@ -924,11 +924,6 @@ mca_fcoll_static_file_read_all (mca_io_ompio_file_t *fh,
iovec_count_per_process=NULL;
}
if (NULL != io_array_type){
free(io_array_type);
io_array_type=NULL;
}
if (NULL != local_iov_array){
free(local_iov_array);
local_iov_array=NULL;