diff options
Diffstat (limited to 'libempathy/empathy-contact-groups.c')
-rw-r--r-- | libempathy/empathy-contact-groups.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-contact-groups.c b/libempathy/empathy-contact-groups.c index 7244c1622..726824ea4 100644 --- a/libempathy/empathy-contact-groups.c +++ b/libempathy/empathy-contact-groups.c @@ -221,7 +221,6 @@ contact_groups_file_save (void) xmlSaveFormatFileEnc (file, doc, "utf-8", 1); xmlFreeDoc (doc); - xmlCleanupParser (); xmlMemoryDump (); g_free (file); |