Skip to content

Commit

Permalink
BF: CS-595 memory leak during unpacking of incoming requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ernst-bablick committed Sep 17, 2024
1 parent 465570d commit 229dfd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/libs/uti/sge_component.cc
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ void component_get_supplementray_groups(int *amount, ocs_grp_elem_t **grp_array)
if (!lret) {
ERROR("%s", err_str);
}
tl->supplementary_grp_initialized = true;
}

// Pass values to caller
Expand Down

0 comments on commit 229dfd1

Please sign in to comment.