From d22fd82abda2a466b68e29ae2efb93f4b4e16f19 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 14 Feb 2006 09:35:54 +0000 Subject: [PATCH] typo --- http_request_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } /* }}} */ -- 2.30.2