Skip to content

Commit a4c2d16

Browse files
authored
Merge pull request #10975 from hppritcha/ofi_release_memory_base_frame
ofi/common: release opal memory base framework
2 parents 179701a + 2d5f0fd commit a4c2d16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opal/mca/common/ofi/common_ofi.c

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ static int opal_common_ofi_remove_memory_monitor(void)
207207
fi_close(opal_common_ofi_cache_fid);
208208
fi_close(&opal_common_ofi_monitor->fid);
209209
free(opal_common_ofi_monitor);
210+
mca_base_framework_close(&opal_memory_base_framework);
210211
opal_common_ofi_installed_memory_monitor = false;
211212
}
212213
#endif

0 commit comments

Comments
 (0)