]> granicus.if.org Git - php/commitdiff
No more segfaults.
authorfoobar <sniper@php.net>
Wed, 1 Nov 2000 05:05:33 +0000 (05:05 +0000)
committerfoobar <sniper@php.net>
Wed, 1 Nov 2000 05:05:33 +0000 (05:05 +0000)
ext/domxml/php_domxml.c

index 5cf116fc0a87b3aec81975fe05bfbb901ce686c5..7b2fed2dc7037e97de74c7ff54c18a3c63e4a6c9 100644 (file)
@@ -133,7 +133,7 @@ PHP_MINIT_FUNCTION(domxml)
   domxmltestnode_class_startup();
 #endif
 
-       le_domxmldocp = zend_register_list_destructors_ex(xmlFreeDoc, NULL, "domxml document", module_number);
+       le_domxmldocp = zend_register_list_destructors_ex(php_free_xml_doc, NULL, "domxml document", module_number);
        /* Freeing the document contains freeing the complete tree.
           Therefore nodes, attributes etc. may not be freed seperately.
        */