X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_buffer.h;h=6592ec408ce5ad5e3c02725e93dc2184febb4028;hp=818c4430e5ed891e0144f29bae080a8d1cedb3c9;hb=f94c237788db6949e7ea63f360ad45412de50267;hpb=b2cddc09fda9358c7c2bdfaf487196cb3ff34749 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); \ } \ }