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:
@ -90,6 +90,8 @@ main(int argc, char **argv) {
|
||||
xmlFreeDoc(res);
|
||||
xmlFreeDoc(doc);
|
||||
|
||||
xsltCleanupGlobals();
|
||||
xmlCleanupParser();
|
||||
return(0);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user