X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_encoding.c;h=0aa7dc1638301b58bf66b46d4615e98e81ab6657;hp=7fbe7c7a51d49859cbcce173de3bea6083963f91;hb=e7f3c1766222862532aadbfbafdb6017fef2747c;hpb=ab1eba311be2f8aab98eed7a6164e79d69b402b2 diff --git a/src/php_http_encoding.c b/src/php_http_encoding.c index 7fbe7c7..0aa7dc1 100644 --- a/src/php_http_encoding.c +++ b/src/php_http_encoding.c @@ -222,7 +222,7 @@ retry_raw_inflate: } inflateEnd(&Z); - if (decoded_len && *decoded) { + if (*decoded_len && *decoded) { efree(*decoded); } }