mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-08 21:42:07 +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);
|
||||
|
||||
}
|
||||
|
@@ -409,6 +409,8 @@ main(int argc, char **argv) {
|
||||
xmlFreeDoc(res);
|
||||
xmlFreeDoc(doc);
|
||||
|
||||
xsltCleanupGlobals();
|
||||
xmlCleanupParser();
|
||||
return(0);
|
||||
|
||||
}
|
||||
|
@@ -275,4 +275,4 @@ xsltSaveResultToFile(stdout, res, cur);
|
||||
|
||||
</para>
|
||||
</appendix>
|
||||
</article>
|
||||
</article>
|
||||
|
Reference in New Issue
Block a user