]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-plist.c
individual_view_drag_end: remove the auto scroll
[empathy.git] / libempathy-gtk / empathy-plist.c
index 4cc392becf15deebda18c380c85fdf5d5b61c67a..73d31466ac932481a7394139257a004cfcce01ee 100644 (file)
@@ -294,7 +294,6 @@ empathy_plist_parse_from_file (const char *filename)
        parsed_doc = empathy_plist_parse (root_element);
 
        xmlFreeDoc (doc);
-       xmlCleanupParser ();
 
        return parsed_doc;
 }
@@ -329,7 +328,6 @@ empathy_plist_parse_from_memory (const char *data, gsize len)
        parsed_doc = empathy_plist_parse (root_element);
 
        xmlFreeDoc (doc);
-       xmlCleanupParser ();
 
        return parsed_doc;
 }