X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_message_object.c;h=058f963d8cb81f8aa045901b352bdadb2188efad;hp=e3a1617da3de2aed8cee2712e7411701c7bdab9a;hb=ffc893b125c6cc9b385a68a357b08ba2cc4e91f6;hpb=bb9aedc2855f63da858d3c92e2863e7d9ed72a77 diff --git a/http_message_object.c b/http_message_object.c index e3a1617..058f963 100644 --- a/http_message_object.c +++ b/http_message_object.c @@ -160,9 +160,6 @@ zend_object_value _http_message_object_new_ex(zend_class_entry *ce, http_message o = ecalloc(1, sizeof(http_message_object)); o->zo.ce = ce; - o->message = NULL; - o->parent.handle = 0; - o->parent.handlers = NULL; if (msg) { o->message = msg;