From 7c2e63c33bfe26b89b4a0aa170c8749b51b14c0f Mon Sep 17 00:00:00 2001 From: wjjahah <2457791952@qq.com> Date: Thu, 3 Jul 2025 09:31:18 +0800 Subject: [PATCH] fix a memleak, close the patcher component; Signed-off-by: wjjahah <2457791952@qq.com> --- opal/mca/patcher/base/patcher_base_frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */