diff --git a/opal/mca/patcher/base/patcher_base_frame.c b/opal/mca/patcher/base/patcher_base_frame.c index 6229f6aed80..52c7df4c737 100644 --- a/opal/mca/patcher/base/patcher_base_frame.c +++ b/opal/mca/patcher/base/patcher_base_frame.c @@ -90,7 +90,7 @@ static int opal_patcher_base_close(void) return opal_patcher->patch_fini(); } - return OPAL_SUCCESS; + return mca_base_framework_components_close(&opal_patcher_base_framework, NULL); } /* Use default register/open functions */