Skip to content

Commit

Permalink
add print for names array cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MamziB committed Jan 31, 2025
1 parent 8dd30fb commit bc81308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/cl/ucc_cl.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ UCC_CLASS_INIT_FUNC(ucc_cl_lib_t, ucc_cl_iface_t *cl_iface,
UCC_CLASS_CLEANUP_FUNC(ucc_cl_lib_t)
{
ucc_config_names_array_free(&self->tls.array);
printf("UCC_CLASS_CLEANUP_FUNC(ucc_cl_lib_t): cleaning self->tls_forced here\n");
ucc_config_names_array_free(&self->tls_forced);
}

Expand Down

0 comments on commit bc81308

Please sign in to comment.