X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http_request_object.c;h=b19cde363915b91e3c1748b8ce9bcec5803af9f1;hb=d22fd82abda2a466b68e29ae2efb93f4b4e16f19;hp=0c9a4cdd3f6b4cfc175e7438a3b8f17ecc41bb29;hpb=778163476c4500a8554c35c68dfc9c0cd33f82f8;p=m6w6%2Fext-http diff --git a/http_request_object.c b/http_request_object.c index 0c9a4cd..b19cde3 100644 --- a/http_request_object.c +++ b/http_request_object.c @@ -1879,7 +1879,7 @@ PHP_METHOD(HttpRequest, clearHistory) MAKE_STD_ZVAL(hist); ZVAL_NULL(hist); SET_PROP(history, hist); - zval_ptr_dtor(hist); + zval_ptr_dtor(&hist); } } /* }}} */