X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_encoding_api.c;h=15fb5fd133e21b7a342c55b7d8eed48f8beee4a7;hp=8ce0280ca22c5e0911d2e5115674f972b47ba27f;hb=f965593ea3cd147a1b1a615a4febaff0596019e5;hpb=b6e5882dda739c665464331514ea7a54f568d814 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));