changeset 26603: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 0cbdc2639ce2
children dc05a7128d88
files libpurple/core.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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();