]> granicus.if.org Git - php/commitdiff
remove call to xmlMemoryDump
authorRob Richards <rrichards@php.net>
Sun, 30 Nov 2003 12:30:29 +0000 (12:30 +0000)
committerRob Richards <rrichards@php.net>
Sun, 30 Nov 2003 12:30:29 +0000 (12:30 +0000)
ext/dom/php_dom.c

index 9ddf5ebfc0c980a93218b993a10f6c952420f4a3..53982b35716110fb0b498c97c18d08a62ad45ed2 100644 (file)
@@ -692,7 +692,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;
 }