Skip to content

Commit

Permalink
the cool thing about C programming is
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Nov 22, 2023
1 parent 3947aaf commit cce7642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/s3_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ static void s_s3_request_destroy(void *user_data) {
aws_s3_request_clean_up_send_data(request);
aws_byte_buf_clean_up(&request->request_body);
aws_s3_buffer_pool_release_ticket(request->meta_request->client->buffer_pool, request->ticket);
aws_string_destroy(request->operation_name);
aws_s3_meta_request_release(request->meta_request);

aws_mem_release(request->allocator, request);
Expand Down

0 comments on commit cce7642

Please sign in to comment.