diff options
author | Rob Richards <rrichards@php.net> | 2003-11-30 12:30:29 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2003-11-30 12:30:29 +0000 |
commit | 2a5092c03a2606f25d0d62d5d56cd42a3ca77aba (patch) | |
tree | a58c3217ce5c1ba591af79e110eccbbf3c4c5c3e | |
parent | fbc8f35778041f45e0ac1e117d45d3c1474a7114 (diff) | |
download | php-git-2a5092c03a2606f25d0d62d5d56cd42a3ca77aba.tar.gz |
remove call to xmlMemoryDump
-rw-r--r-- | ext/dom/php_dom.c | 2 |
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; } |