Skip to content

Commit

Permalink
fix double free
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Sep 16, 2024
1 parent 591bea8 commit ce8a045
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/credentials_utils_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ static int s_credentials_utils_construct_endpoint_test(struct aws_allocator *all
aws_string_destroy(region);

aws_string_destroy(service_name);
aws_string_destroy(endpoint);

return 0;
}
Expand Down

0 comments on commit ce8a045

Please sign in to comment.