aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--libempathy-gtk/empathy-main-window.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec3dd166c..76ef13d6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-11-03 Xavier Claessens <xclaesse@gmail.com>
+ * libempathy-gtk/empathy-main-window.c: Unref contact returned by
+ empathy_contact_factory_get_user().
+
+2007-11-03 Xavier Claessens <xclaesse@gmail.com>
+
* src/empathy.c: Make use of gtk_init_with_args for command line
parsing. Fixes bug #491985 (Basilio Kublik).
diff --git a/libempathy-gtk/empathy-main-window.c b/libempathy-gtk/empathy-main-window.c
index 18d33b37d..f4f782220 100644
--- a/libempathy-gtk/empathy-main-window.c
+++ b/libempathy-gtk/empathy-main-window.c
@@ -673,6 +673,7 @@ main_window_edit_personal_information_cb (GtkWidget *widget,
g_slist_foreach (accounts, (GFunc) g_object_unref, NULL);
g_slist_free (accounts);
g_object_unref (factory);
+ g_object_unref (contact);
}
}