]> spindle.queued.net Git - midori/commitdiff
Do not call xmlCleanupParser after parsing news feeds
authorChristian Dywan <christian@twotoasts.de>
Wed, 13 Jan 2010 05:52:42 +0000 (06:52 +0100)
committerChristian Dywan <christian@twotoasts.de>
Wed, 13 Jan 2010 05:52:42 +0000 (06:52 +0100)
This function is an aggressive means of releasing memory that may
leave libxml in an unusable state.

extensions/feed-panel/feed-parse.c

index e2931b7c22196540126eea85a4cd8eae771b29f7..1f4b1614ca98766c23f1800b6601e3492ff68fba 100644 (file)
@@ -263,7 +263,6 @@ parse_feed (gchar*      data,
                               xerror->message);
         xmlResetLastError ();
     }
-    xmlCleanupParser ();
     xmlMemoryDump ();
 
     return *error ? FALSE : TRUE;