X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http_encoding.c;h=6d32652a7acd43278339238d0fba46726e49a01f;hb=749dbbaa0e7c5e33d27121dab0f53bda85a67339;hp=286f2b5751eac1b703c44b0fa2063716d431582f;hpb=bdd6edb59194cda9e5fcb393c48ab4230fceb32a;p=m6w6%2Fext-http diff --git a/src/php_http_encoding.c b/src/php_http_encoding.c index 286f2b5..6d32652 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); } }