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.
This commit is contained in:
Christian Dywan 2010-01-13 06:52:42 +01:00
parent 789485a086
commit d536d90d33

View file

@ -263,7 +263,6 @@ parse_feed (gchar* data,
xerror->message);
xmlResetLastError ();
}
xmlCleanupParser ();
xmlMemoryDump ();
return *error ? FALSE : TRUE;