From 3001ecc948efe43926b7817f3a7479dfd94e3810 Mon Sep 17 00:00:00 2001 From: Joseph Tate Date: Wed, 7 Aug 2002 17:03:42 +0000 Subject: #Stupid. Sorry. --- ext/domxml/php_domxml.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ext/domxml/php_domxml.c') diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index 146b915b42..63893328de 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -634,11 +634,6 @@ static void php_free_xml_doc(zend_rsrc_list_entry *rsrc TSRMLS_DC) static void php_free_xml_node(zend_rsrc_list_entry *rsrc TSRMLS_DC) { xmlNodePtr node = (xmlNodePtr) rsrc->ptr; -<<<<<<< php_domxml.c - - node_wrapper_dtor(node); - dom_object_set_data(node, NULL); -======= /* if node has no parent, it will not be freed by php_free_xml_doc, so do it here and for all children as well. */ @@ -651,7 +646,6 @@ static void php_free_xml_node(zend_rsrc_list_entry *rsrc TSRMLS_DC) node_wrapper_dtor(node); } ->>>>>>> 1.181 } -- cgit v1.2.1