From: Rob Richards Date: Sun, 30 Nov 2003 12:30:29 +0000 (+0000) Subject: remove call to xmlMemoryDump X-Git-Tag: php-5.0.0b3RC1~490 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a5092c03a2606f25d0d62d5d56cd42a3ca77aba;p=php remove call to xmlMemoryDump --- diff --git a/ext/dom/php_dom.c b/ext/dom/php_dom.c index 9ddf5ebfc0..53982b3571 100644 --- a/ext/dom/php_dom.c +++ b/ext/dom/php_dom.c @@ -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; }