1
1

osc/sm: plug a memory leak in ompi_osc_sm_free

Thanks Joseph Schuchart for the report.

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
Gilles Gouaillardet 2016-11-14 22:08:37 -07:00
родитель 8ef538adeb
Коммит f1b473ee63

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

@ -473,6 +473,8 @@ ompi_osc_sm_free(struct ompi_win_t *win)
free(module->bases[0]);
free(module->bases);
free(module->sizes);
free(module->disp_units);
free(module->outstanding_locks);
}
free (module->posts);