typo
authorMichael Wallner <mike@php.net>
Tue, 14 Feb 2006 09:35:54 +0000 (09:35 +0000)
committerMichael Wallner <mike@php.net>
Tue, 14 Feb 2006 09:35:54 +0000 (09:35 +0000)
http_request_object.c

index 0c9a4cdd3f6b4cfc175e7438a3b8f17ecc41bb29..b19cde363915b91e3c1748b8ce9bcec5803af9f1 100644 (file)
@@ -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);
        }
 }
 /* }}} */