From 2a5092c03a2606f25d0d62d5d56cd42a3ca77aba Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Sun, 30 Nov 2003 12:30:29 +0000 Subject: [PATCH] remove call to xmlMemoryDump --- ext/dom/php_dom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.50.1