From: Marcus Boerger Date: Mon, 31 May 2004 21:49:52 +0000 (+0000) Subject: Refcount must not be set separatley again. X-Git-Tag: php-5.0.0RC3RC2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b8eee74d92a4ec4ab2acb0715954f48a47838e5;p=php Refcount must not be set separatley again. --- diff --git a/Zend/zend_reflection_api.c b/Zend/zend_reflection_api.c index b6727460f7..9350fb31e8 100644 --- a/Zend/zend_reflection_api.c +++ b/Zend/zend_reflection_api.c @@ -942,7 +942,6 @@ static void _reflection_export(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *c } INIT_PZVAL(&output); - output.refcount = 1; /* Create object */ INIT_PZVAL(&reflector); diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index b6727460f7..9350fb31e8 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -942,7 +942,6 @@ static void _reflection_export(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *c } INIT_PZVAL(&output); - output.refcount = 1; /* Create object */ INIT_PZVAL(&reflector);