From 9c45ba8f56f31a0f34894b4cf4c91a8686c40193 Mon Sep 17 00:00:00 2001 From: Aleksey Sanin Date: Thu, 6 Jun 2002 21:46:13 +0000 Subject: [PATCH] patch from Rachel Hestilow to fix bug #84340 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340 --- ChangeLog | 4 ++++ xmlIO.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3029a703..70f2f9a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-06-06 Aleksey Sanin + + * xmlIO.c: patch from Rachel Hestilow to fix bug #84340 + Wed Jun 5 19:14:49 MDT 2002 John Fleck *doc/FAQ.html diff --git a/xmlIO.c b/xmlIO.c index 7c5706e5..949d9c62 100644 --- a/xmlIO.c +++ b/xmlIO.c @@ -145,6 +145,7 @@ xmlCleanupInputCallbacks(void) } xmlInputCallbackNr = 0; + xmlInputCallbackInitialized = 0; } /** @@ -169,6 +170,7 @@ xmlCleanupOutputCallbacks(void) } xmlOutputCallbackNr = 0; + xmlOutputCallbackInitialized = 0; } /************************************************************************