X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http_buffer.h;h=6592ec408ce5ad5e3c02725e93dc2184febb4028;hb=a866d154e6409a1e5fb6b9192d89c94b63f1e222;hp=818c4430e5ed891e0144f29bae080a8d1cedb3c9;hpb=faf7a7899fa8ffb24f8105a921f359d6b97ec34e;p=m6w6%2Fext-http diff --git a/src/php_http_buffer.h b/src/php_http_buffer.h index 818c443..6592ec4 100644 --- a/src/php_http_buffer.h +++ b/src/php_http_buffer.h @@ -24,7 +24,7 @@ #ifndef PTR_FREE # define PTR_FREE(PTR) \ { \ - if (PTR) { \ + if (EXPECTED(PTR)) { \ efree(PTR); \ } \ }