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>
Этот коммит содержится в:
родитель
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);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user