Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>


Sep  3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>

	* doc/tutorial/includekeyword.c
	* doc/tutorial/xmltutorial.xml
	(plus resulting generated html files)
	fixing one spot I missed in the tutorial where I hadn't freed
	memory properly
diff --git a/doc/tutorial/apb.html b/doc/tutorial/apb.html
index 37835d6..f7bcea0 100644
--- a/doc/tutorial/apb.html
+++ b/doc/tutorial/apb.html
@@ -30,6 +30,7 @@
 	
 	if (doc == NULL ) {
 		fprintf(stderr,&quot;Document not parsed successfully. \n&quot;);
+		xmlFreeDoc(doc);
 		return;
 	}