mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-14 20:01:04 +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:
@ -28,6 +28,7 @@ parseDoc(char *docname) {
|
||||
|
||||
if (doc == NULL ) {
|
||||
fprintf(stderr,"Document not parsed successfully. \n");
|
||||
xmlFreeDoc(doc);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user