We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbfca7 commit 2d5f0fdCopy full SHA for 2d5f0fd
opal/mca/common/ofi/common_ofi.c
@@ -207,6 +207,7 @@ static int opal_common_ofi_remove_memory_monitor(void)
207
fi_close(opal_common_ofi_cache_fid);
208
fi_close(&opal_common_ofi_monitor->fid);
209
free(opal_common_ofi_monitor);
210
+ mca_base_framework_close(&opal_memory_base_framework);
211
opal_common_ofi_installed_memory_monitor = false;
212
}
213
#endif
0 commit comments