summaryrefslogtreecommitdiff
path: root/python/tests/pushSAX.py
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2023-04-30 15:35:47 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2023-04-30 15:48:41 +0200
commit886bf4e63bb920a19a747d6cf55090562dd0f348 (patch)
tree28b9e1a0e067394ee06ac4026654aaf579ebc747 /python/tests/pushSAX.py
parentfc119e329069fae2ac7c25bc36ccb8847bac04ad (diff)
downloadlibxml2-886bf4e63bb920a19a747d6cf55090562dd0f348.tar.gz
Stop calling xmlMemoryDump
This was used to check for memory leaks but could potentially create a .memdump file. These days, there are better ways to check for memory leaks.
Diffstat (limited to 'python/tests/pushSAX.py')
-rwxr-xr-xpython/tests/pushSAX.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tests/pushSAX.py b/python/tests/pushSAX.py
index a2df0a87..ebe62c98 100755
--- a/python/tests/pushSAX.py
+++ b/python/tests/pushSAX.py
@@ -61,4 +61,3 @@ if libxml2.debugMemory(1) == 0:
print("OK")
else:
print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
- libxml2.dumpMemory()