Skip to content

Commit 2d5f0fd

Browse files
committed
ofi/common: release opal memory base framework
when shutting down the memory monitoring infrastructure in ofi common. Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 6bbfca7 commit 2d5f0fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opal/mca/common/ofi/common_ofi.c

Lines changed: 1 addition & 0 deletions
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)