From 886bf4e63bb920a19a747d6cf55090562dd0f348 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sun, 30 Apr 2023 15:35:47 +0200 Subject: 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. --- python/tests/readernext.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/tests/readernext.py') diff --git a/python/tests/readernext.py b/python/tests/readernext.py index 112283ee..cf5f0156 100755 --- a/python/tests/readernext.py +++ b/python/tests/readernext.py @@ -83,4 +83,3 @@ if libxml2.debugMemory(1) == 0: print("OK") else: print("Memory leak %d bytes" % (libxml2.debugMemory(1))) - libxml2.dumpMemory() -- cgit v1.2.1