diff options
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy.c b/src/empathy.c index ffb22a8eb..4baf5b8f7 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -1065,6 +1065,7 @@ main (int argc, char *argv[]) g_object_unref (unique_app); notify_uninit (); + xmlCleanupParser (); return EXIT_SUCCESS; } |