]> granicus.if.org Git - php/commitdiff
remove xml debug code
authorRob Richards <rrichards@php.net>
Sun, 27 Jul 2003 20:21:36 +0000 (20:21 +0000)
committerRob Richards <rrichards@php.net>
Sun, 27 Jul 2003 20:21:36 +0000 (20:21 +0000)
ext/dom/php_dom.c

index 17964978ef2bd13a57e90a9b8fe7bbfda8a72b16..dc565031603d17ccad953a0c676f24fe9bfb7dc2 100644 (file)
@@ -680,7 +680,7 @@ PHP_MSHUTDOWN_FUNCTION(dom)
        uncomment the following line, this will tell you the amount of not freed memory
        and the total used memory into apaches error_log  */
 /*  xmlMemoryDump();*/
-xmlMemoryDump();
+
        return SUCCESS;
 }