mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
quick cleanup of memory allocations, raise a bug in the test suite, also
* libxslt/extensions.c xsltproc/xsltproc.c: quick cleanup of memory allocations, raise a bug in the test suite, also need to be centralized as a single cleanup function. daniel
This commit is contained in:
@ -506,6 +506,9 @@ main(int argc, char **argv)
|
||||
xsltFreeStylesheet(cur);
|
||||
}
|
||||
xsltUnregisterAllExtModules();
|
||||
xsltUnregisterAllExtModuleFunction();
|
||||
xsltUnregisterAllExtModuleElement();
|
||||
xsltUnregisterAllExtModuleTopLevel();
|
||||
xmlCleanupParser();
|
||||
xmlMemoryDump();
|
||||
return (0);
|
||||
|
Reference in New Issue
Block a user