commit ebd3fb7271f87ec6e3665e81a58e023c2d20381b
Author: Bastien Nocera <[email protected]>
Date: Wed Jan 13 15:24:30 2010 +0000
Remove calls to xmlCleanupParser()
See http://0pointer.de/blog/projects/beware-of-xmlCleanupParser.html
and
http://lists.fedoraproject.org/pipermail/devel/2010-January/129117.html
src/itdb_plist.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/itdb_plist.c b/src/itdb_plist.c
index eeadf65..25530f3 100644
--- a/src/itdb_plist.c
+++ b/src/itdb_plist.c
@@ -410,7 +410,6 @@ itdb_plist_parse_from_file (const char *filename, GError
**error)
parsed_doc = itdb_plist_parse (root_element, error);
xmlFreeDoc(doc);
- xmlCleanupParser();
return parsed_doc;
}
@@ -449,7 +448,6 @@ itdb_plist_parse_from_memory (const char *data, gsize len,
GError **error)
parsed_doc = itdb_plist_parse (root_element, error);
xmlFreeDoc(doc);
- xmlCleanupParser();
return parsed_doc;
}
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2