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.
2 parents 179701a + 2d5f0fd commit a4c2d16Copy full SHA for a4c2d16
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