1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

xsltproc: Stop calling xmlMemoryDump

Memory dumps were removed from libxml2.
This commit is contained in:
Nick Wellnhofer
2024-06-10 23:10:21 +02:00
parent 1cd62538c3
commit 0f1f2c361c
2 changed files with 0 additions and 2 deletions

View File

@ -883,7 +883,6 @@ done:
xsltFreeSecurityPrefs(sec);
xsltCleanupGlobals();
xmlCleanupParser();
xmlMemoryDump();
return(errorno);
}