mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-01 14:06:55 +03:00
more cleanup of the problems introduced with EXSLT, also closes bug #58180
* libexslt/functions.c libxslt/extensions.[ch] libxslt/extensions.h libxslt/xslt.[hc] libxslt/xsltInternals.h xsltproc/xsltproc.c: more cleanup of the problems introduced with EXSLT, also closes bug #58180 Daniel
This commit is contained in:
@ -505,10 +505,7 @@ main(int argc, char **argv)
|
||||
}
|
||||
xsltFreeStylesheet(cur);
|
||||
}
|
||||
xsltUnregisterAllExtModules();
|
||||
xsltUnregisterAllExtModuleFunction();
|
||||
xsltUnregisterAllExtModuleElement();
|
||||
xsltUnregisterAllExtModuleTopLevel();
|
||||
xsltCleanupGlobals();
|
||||
xmlCleanupParser();
|
||||
xmlMemoryDump();
|
||||
return (0);
|
||||
|
Reference in New Issue
Block a user