summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2003-11-30 12:30:29 +0000
committerRob Richards <rrichards@php.net>2003-11-30 12:30:29 +0000
commit2a5092c03a2606f25d0d62d5d56cd42a3ca77aba (patch)
treea58c3217ce5c1ba591af79e110eccbbf3c4c5c3e
parentfbc8f35778041f45e0ac1e117d45d3c1474a7114 (diff)
downloadphp-git-2a5092c03a2606f25d0d62d5d56cd42a3ca77aba.tar.gz
remove call to xmlMemoryDump
-rw-r--r--ext/dom/php_dom.c2
1 files changed, 1 insertions, 1 deletions
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;
}