fix crash. leaks remain
This commit is contained in:
parent
1ba69e38ed
commit
1c072c454d
|
@ -1454,6 +1454,7 @@ test "sts get_caller_identity comptime" {
|
||||||
try requestOptions.waitForReady();
|
try requestOptions.waitForReady();
|
||||||
|
|
||||||
awshttp.endpoint_override = requestOptions.test_server_runtime_uri;
|
awshttp.endpoint_override = requestOptions.test_server_runtime_uri;
|
||||||
|
defer awshttp.endpoint_override = null;
|
||||||
var client = try Client.init(allocator, .{});
|
var client = try Client.init(allocator, .{});
|
||||||
const options = Options{
|
const options = Options{
|
||||||
.region = "us-west-2",
|
.region = "us-west-2",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user