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:
@ -261,7 +261,6 @@ main(void)
|
|||||||
}
|
}
|
||||||
xsltCleanupGlobals();
|
xsltCleanupGlobals();
|
||||||
xmlCleanupParser();
|
xmlCleanupParser();
|
||||||
xmlMemoryDump();
|
|
||||||
printf("Ok\n");
|
printf("Ok\n");
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
@ -883,7 +883,6 @@ done:
|
|||||||
xsltFreeSecurityPrefs(sec);
|
xsltFreeSecurityPrefs(sec);
|
||||||
xsltCleanupGlobals();
|
xsltCleanupGlobals();
|
||||||
xmlCleanupParser();
|
xmlCleanupParser();
|
||||||
xmlMemoryDump();
|
|
||||||
return(errorno);
|
return(errorno);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user