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:
parent
789485a086
commit
d536d90d33
1 changed files with 0 additions and 1 deletions
|
@ -263,7 +263,6 @@ parse_feed (gchar* data,
|
||||||
xerror->message);
|
xerror->message);
|
||||||
xmlResetLastError ();
|
xmlResetLastError ();
|
||||||
}
|
}
|
||||||
xmlCleanupParser ();
|
|
||||||
xmlMemoryDump ();
|
xmlMemoryDump ();
|
||||||
|
|
||||||
return *error ? FALSE : TRUE;
|
return *error ? FALSE : TRUE;
|
||||||
|
|
Loading…
Reference in a new issue