Skip to content

Commit

Permalink
unlock was missed
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Dec 20, 2023
1 parent 14ad203 commit 5dc6d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/s3_meta_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ void aws_s3_meta_request_cancel(struct aws_s3_meta_request *meta_request) {
aws_s3_meta_request_lock_synced_data(meta_request);
aws_s3_meta_request_set_fail_synced(meta_request, NULL, AWS_ERROR_S3_CANCELED);
aws_s3_meta_request_cancel_ongoing_http_requests_synced(meta_request, AWS_ERROR_S3_CANCELED);
aws_s3_meta_request_unlock_synced_data(meta_request);
/* END CRITICAL SECTION */
}

Expand Down

0 comments on commit 5dc6d7d

Please sign in to comment.