1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-10 14:40:58 +03:00

added global variables cleanups to the example. mjcox pointed to some

* doc/tutorial/libxslt_tutorial.c doc/tutorial/libxslttutorial.html
  doc/tutorial/libxslttutorial.xml: added global variables cleanups
  to the example.
* tests/documents/Makefile.am: mjcox pointed to some missing files
Daniel
This commit is contained in:
Daniel Veillard
2001-08-29 21:00:50 +00:00
parent 1991eb6c48
commit 561909b311
5 changed files with 14 additions and 2 deletions

View File

@ -90,6 +90,8 @@ main(int argc, char **argv) {
xmlFreeDoc(res);
xmlFreeDoc(doc);
xsltCleanupGlobals();
xmlCleanupParser();
return(0);
}