patch from Rachel Hestilow to fix bug #84340

* xmlIO.c: patch from Rachel Hestilow to fix bug #84340
This commit is contained in:
Aleksey Sanin 2002-06-06 21:46:13 +00:00
parent a63f3ffbf6
commit 9c45ba8f56
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-06-06 Aleksey Sanin <set EMAIL_ADDRESS environment variable>
* xmlIO.c: patch from Rachel Hestilow to fix bug #84340
Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
*doc/FAQ.html

View File

@ -145,6 +145,7 @@ xmlCleanupInputCallbacks(void)
}
xmlInputCallbackNr = 0;
xmlInputCallbackInitialized = 0;
}
/**
@ -169,6 +170,7 @@ xmlCleanupOutputCallbacks(void)
}
xmlOutputCallbackNr = 0;
xmlOutputCallbackInitialized = 0;
}
/************************************************************************