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:
602fe38
)
- ditch leak
author
Michael Wallner
<mike@php.net>
Wed, 2 Nov 2005 16:45:14 +0000
(16:45 +0000)
committer
Michael Wallner
<mike@php.net>
Wed, 2 Nov 2005 16:45:14 +0000
(16:45 +0000)
http_message_object.c
patch
|
blob
|
history
diff --git
a/http_message_object.c
b/http_message_object.c
index 0510829f74d791b02345ba51798a9fdd2adf25ad..921ba0ba459b6c8746e0b213110d2a33d71e8627 100644
(file)
--- a/
http_message_object.c
+++ b/
http_message_object.c
@@
-167,8
+167,6
@@
zend_object_value _http_message_object_new_ex(zend_class_entry *ce, http_message
if (msg->parent) {
o->parent = http_message_object_new_ex(ce, msg->parent, NULL);
}
- } else {
- o->message = http_message_init(NULL);
}
ALLOC_HASHTABLE(OBJ_PROP(o));