1
0
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:
Daniel Veillard
2001-07-26 22:33:58 +00:00
parent cca684b247
commit 0b3921b2ed
3 changed files with 42 additions and 0 deletions

View File

@ -506,6 +506,9 @@ main(int argc, char **argv)
xsltFreeStylesheet(cur);
}
xsltUnregisterAllExtModules();
xsltUnregisterAllExtModuleFunction();
xsltUnregisterAllExtModuleElement();
xsltUnregisterAllExtModuleTopLevel();
xmlCleanupParser();
xmlMemoryDump();
return (0);