X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=src%2Fphp_http_encoding.c;h=0aa7dc1638301b58bf66b46d4615e98e81ab6657;hb=e7f3c1766222862532aadbfbafdb6017fef2747c;hp=7fbe7c7a51d49859cbcce173de3bea6083963f91;hpb=d7652a44e061886c95dcb730e13c52163039d429;p=m6w6%2Fext-http 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); } }