projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
7781634
)
typo
author
Michael Wallner
<mike@php.net>
Tue, 14 Feb 2006 09:35:54 +0000
(09:35 +0000)
committer
Michael Wallner
<mike@php.net>
Tue, 14 Feb 2006 09:35:54 +0000
(09:35 +0000)
http_request_object.c
patch
|
blob
|
history
diff --git
a/http_request_object.c
b/http_request_object.c
index 0c9a4cdd3f6b4cfc175e7438a3b8f17ecc41bb29..b19cde363915b91e3c1748b8ce9bcec5803af9f1 100644
(file)
--- 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);
}
}
/* }}} */