Skip to content

Commit 0ff5e81

Browse files
authored
Merge pull request #13322 from wjjahah/main
fix a memleak, close the patcher component;
2 parents 7594121 + 7c2e63c commit 0ff5e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/patcher/base/patcher_base_frame.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ static int opal_patcher_base_close(void)
9090
return opal_patcher->patch_fini();
9191
}
9292

93-
return OPAL_SUCCESS;
93+
return mca_base_framework_components_close(&opal_patcher_base_framework, NULL);
9494
}
9595

9696
/* Use default register/open functions */

0 commit comments

Comments
 (0)