From: Michael Wallner Date: Tue, 14 Feb 2006 09:35:54 +0000 (+0000) Subject: typo X-Git-Tag: RELEASE_0_23_0~9 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=d22fd82abda2a466b68e29ae2efb93f4b4e16f19;hp=778163476c4500a8554c35c68dfc9c0cd33f82f8;p=m6w6%2Fext-http typo --- 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); } } /* }}} */