We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec3e0f commit b1c8f33Copy full SHA for b1c8f33
source/s3_checksum_stream.c
@@ -111,10 +111,6 @@ static void s_aws_input_checksum_stream_destroy(struct aws_checksum_stream *impl
111
if (!impl) {
112
return;
113
}
114
-
115
- /* Compute the checksum of whatever was read, if we didn't reach the end of the underlying stream. */
116
- s_finalize_checksum(impl);
117
118
aws_checksum_destroy(impl->checksum);
119
aws_input_stream_release(impl->old_stream);
120
aws_byte_buf_clean_up(&impl->checksum_result);
0 commit comments