Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 3b7864a

Browse files
committed
opal_info_support: fix memory leak
Fixing a memory leak I introduced with a3229c3. Signed-off-by: Karol Mroz <[email protected]> (cherry picked from commit 4325439)
1 parent fcc4941 commit 3b7864a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opal/runtime/opal_info_support.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ static void opal_info_show_mca_group_params(const mca_base_var_group_t *group, m
740740
}
741741
opal_info_show_mca_group_params(group, max_level, want_internal);
742742
}
743+
free(component_msg);
743744
}
744745

745746
void opal_info_show_mca_params(const char *type, const char *component,

0 commit comments

Comments
 (0)