fix crash. leaks remain

This commit is contained in:
Emil Lerch 2023-08-27 10:34:39 -07:00
parent 1ba69e38ed
commit 1c072c454d
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -1454,6 +1454,7 @@ test "sts get_caller_identity comptime" {
try requestOptions.waitForReady();
awshttp.endpoint_override = requestOptions.test_server_runtime_uri;
defer awshttp.endpoint_override = null;
var client = try Client.init(allocator, .{});
const options = Options{
.region = "us-west-2",