Skip to content

Commit 438f74e

Browse files
return pool
1 parent c39208d commit 438f74e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/s3_data_plane_tests.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3371,6 +3371,8 @@ struct aws_s3_buffer_pool *s_always_error_buffer_pool_fn(
33713371
pool->impl = allocator;
33723372
pool->vtable = &s_failing_pool_vtable;
33733373
aws_ref_count_init(&pool->ref_count, pool, (aws_simple_completion_callback *)aws_s3_default_buffer_pool_destroy);
3374+
3375+
return pool;
33743376
}
33753377

33763378
AWS_TEST_CASE(test_s3_put_object_buffer_acquire_error, s_test_s3_put_object_buffer_acquire_error)

0 commit comments

Comments
 (0)