diff libpurple/core.c @ 26521:6b0c6a370cda

Call purple_log_uninit() in purple_core_uninit(). Thanks to Nick Hebner. References #8683 committer: Ethan Blanton <elb@pidgin.im>
author Nick Hebner <hebnern@gmail.com>
date Thu, 09 Apr 2009 17:36:34 +0000
parents 8c8948b9f602
children 8a0797f40695
line wrap: on
line diff
--- a/libpurple/core.c	Thu Apr 09 17:33:20 2009 +0000
+++ b/libpurple/core.c	Thu Apr 09 17:36:34 2009 +0000
@@ -257,6 +257,7 @@
 	purple_cmds_uninit();
 	/* Everything after this cannot try to write things to the confdir */
 	purple_util_uninit();
+	purple_log_uninit();
 
 	purple_signals_uninit();