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=52b988066074880ed220f99b4e71be3249b32c85;hpb=7214e1aef4efce10bcc509d2a741acef88d28781 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); \ } \ }