X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_message.c;h=49aa0f94a1af971d81cef82042e806d0e323b825;hp=55225d3173b3662dd347c9952baa1007d099865a;hb=64eadf160ace89847f7be3b867fd4220e19ee516;hpb=13662c61792685435496cd25c95ee1c1950cd9d7 diff --git a/src/php_http_message.c b/src/php_http_message.c index 55225d3..49aa0f9 100644 --- a/src/php_http_message.c +++ b/src/php_http_message.c @@ -858,7 +858,7 @@ php_http_message_object_t *php_http_message_object_new_ex(zend_class_entry *ce, zend_object *php_http_message_object_clone(zval *this_ptr) { - php_http_message_object_t *new_obj = NULL; + php_http_message_object_t *new_obj; php_http_message_object_t *old_obj = PHP_HTTP_OBJ(NULL, this_ptr); new_obj = php_http_message_object_new_ex(old_obj->zo.ce, php_http_message_copy(old_obj->message, NULL));