Skip to content

Commit

Permalink
summary: releae labels on exception (CID 507859 507880)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Aug 13, 2024
1 parent c57045b commit 29db578
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmt_cat.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ int cmt_cat_summary(struct cmt *cmt, struct cmt_summary *summary,
quantiles,
map->label_count, labels);
if (!sum) {
free(labels);
free(quantiles);
return -1;
}

Expand Down

0 comments on commit 29db578

Please sign in to comment.