Skip to content

Commit

Permalink
tests: internal: signv4: fixed leak
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Sep 14, 2024
1 parent 58c1330 commit db27a84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/internal/signv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ static struct request *http_request_create(char *request)
start = sep + 1;
br = strchr(start, '\n');
if (!br) {
flb_sds_destroy(key);

break;
}

Expand Down

0 comments on commit db27a84

Please sign in to comment.