empathy r2089 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2089 - trunk/libempathy
- Date: Tue, 6 Jan 2009 16:49:24 +0000 (UTC)
Author: xclaesse
Date: Tue Jan 6 16:49:24 2009
New Revision: 2089
URL: http://svn.gnome.org/viewvc/empathy?rev=2089&view=rev
Log:
Don't forget to unref the account object.
Modified:
trunk/libempathy/empathy-account-manager.c
Modified: trunk/libempathy/empathy-account-manager.c
==============================================================================
--- trunk/libempathy/empathy-account-manager.c (original)
+++ trunk/libempathy/empathy-account-manager.c Tue Jan 6 16:49:24 2009
@@ -191,6 +191,7 @@
data->is_enabled = FALSE;
g_signal_emit (manager, signals[ACCOUNT_DISABLED], 0, account);
+ g_object_unref (account);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]