Skip to content

Commit

Permalink
tests: internal: signv4: uncommented code that caused a 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 5, 2024
1 parent 4d50c61 commit 65225a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/internal/signv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ static struct aws_test *aws_test_create(char *path, char *context,
return awt;

error:
//aws_test_destroy(awt);
aws_test_destroy(awt);

return NULL;
}

Expand Down

0 comments on commit 65225a8

Please sign in to comment.