1
0
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:
Daniel Veillard
2001-07-28 18:38:48 +00:00
parent 36c8640ac5
commit 06599b30b7
8 changed files with 45 additions and 19 deletions

View File

@ -505,10 +505,7 @@ main(int argc, char **argv)
}
xsltFreeStylesheet(cur);
}
xsltUnregisterAllExtModules();
xsltUnregisterAllExtModuleFunction();
xsltUnregisterAllExtModuleElement();
xsltUnregisterAllExtModuleTopLevel();
xsltCleanupGlobals();
xmlCleanupParser();
xmlMemoryDump();
return (0);