[Xfce4-commits] <midori:master> Do not call xmlCleanupParser after parsing news feeds
Christian Dywan
noreply at xfce.org
Wed Jan 13 07:02:01 CET 2010
Updating branch refs/heads/master
to d536d90d33aa5c0996ed64fd20d4eaf60892e560 (commit)
from 789485a086974508deaaed0fcee936cdcfc1acbf (commit)
commit d536d90d33aa5c0996ed64fd20d4eaf60892e560
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Jan 13 06:52:42 2010 +0100
Do not call xmlCleanupParser after parsing news feeds
This function is an aggressive means of releasing memory that may
leave libxml in an unusable state.
extensions/feed-panel/feed-parse.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/extensions/feed-panel/feed-parse.c b/extensions/feed-panel/feed-parse.c
index e2931b7..1f4b161 100644
--- a/extensions/feed-panel/feed-parse.c
+++ b/extensions/feed-panel/feed-parse.c
@@ -263,7 +263,6 @@ parse_feed (gchar* data,
xerror->message);
xmlResetLastError ();
}
- xmlCleanupParser ();
xmlMemoryDump ();
return *error ? FALSE : TRUE;
More information about the Xfce4-commits
mailing list