X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_encoding_api.c;fp=http_encoding_api.c;h=15fb5fd133e21b7a342c55b7d8eed48f8beee4a7;hp=8ce0280ca22c5e0911d2e5115674f972b47ba27f;hb=f1aea1cae28896902181b5bb6f8692db1a63c6e6;hpb=4c6426894967c91546b123fd4fe1a04d75baf8e9 diff --git a/http_encoding_api.c b/http_encoding_api.c index 8ce0280..15fb5fd 100644 --- a/http_encoding_api.c +++ b/http_encoding_api.c @@ -347,10 +347,6 @@ retry_raw_inflate: } } inflateEnd(&Z); - - if (decoded_len && *decoded) { - efree(*decoded); - } } http_error_ex(HE_WARNING, HTTP_E_ENCODING, "Could not inflate data: %s", zError(status));