X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_functions.c;h=f7ecd7af76f8b087e237c0e170db9d0c8a1f7eae;hb=fdb7d2dc55e87b0bf1eb3436751f4727a770b223;hp=90350e2d23dec09c880fec6048522a0200ba5806;hpb=376bdc3230e8f6d2b8f167d4534e1dc8d0e0fc68;p=m6w6%2Fext-http diff --git a/http_functions.c b/http_functions.c index 90350e2..f7ecd7a 100644 --- a/http_functions.c +++ b/http_functions.c @@ -985,6 +985,7 @@ PHP_FUNCTION(http_match_request_header) if (msg) { \ RETVAL_STRINGL(PHPSTR_VAL(&msg->body), PHPSTR_LEN(&msg->body), 1); \ http_message_free(&msg); \ + phpstr_dtor(&response); \ return; \ } \ } else { \