mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-01 10:06:59 +03:00
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
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
|
||||
<a name="checkparseerror"></a><img src="images/callouts/4.png" alt="4" border="0"> if (doc == NULL ) {
|
||||
fprintf(stderr,"Document not parsed successfully. \n");
|
||||
xmlFreeDoc(doc);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user