Skip to content

Commit f0a6867

Browse files
authored
Merge pull request #11010 from hppritcha/ofi_release_memory_base_frame_v50x
ofi/common: release opal memory base framework
2 parents 3c4b007 + 47d9f2c commit f0a6867

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)