]> git.0d.be Git - empathy.git/commit
Call xmlCleanupParser() only once when exiting (#600693)
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 13 Jan 2010 10:28:29 +0000 (10:28 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 13 Jan 2010 11:08:56 +0000 (11:08 +0000)
commit2ea53064d10dfe8ab13f6a7af3355a3f56d2d56f
treeb3550fbb097e032b740f3df94806315fc3e590d8
parent4ec913aeb99b71c85da47e47490954a22465babc
Call xmlCleanupParser() only once when exiting (#600693)

This function should only be called when exiting the application as it cleans
up the memory allocated by the library itself.

Thanks to Lennart for pointing this out.
libempathy-gtk/empathy-plist.c
libempathy/empathy-chatroom-manager.c
libempathy/empathy-contact-groups.c
libempathy/empathy-irc-network-manager.c
src/empathy.c