aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
diff options
context:
space:
mode:
authorHiroyuki Ikezoe <poincare@ikezoe.net>2007-07-26 20:32:42 +0800
committerHiroyuki Ikezoe <hiikezoe@src.gnome.org>2007-07-26 20:32:42 +0800
commit02da0c1be03c343f193cee73579b090a825df5e4 (patch)
treeb8800244a25c19eb618d377f66d6a1d0f904b4e7 /addressbook/gui/contact-editor/e-contact-editor.c
parentde6cb9b637c288797fc5a1c51b9020b1b017df2e (diff)
downloadgsoc2013-evolution-02da0c1be03c343f193cee73579b090a825df5e4.tar
gsoc2013-evolution-02da0c1be03c343f193cee73579b090a825df5e4.tar.gz
gsoc2013-evolution-02da0c1be03c343f193cee73579b090a825df5e4.tar.bz2
gsoc2013-evolution-02da0c1be03c343f193cee73579b090a825df5e4.tar.lz
gsoc2013-evolution-02da0c1be03c343f193cee73579b090a825df5e4.tar.xz
gsoc2013-evolution-02da0c1be03c343f193cee73579b090a825df5e4.tar.zst
gsoc2013-evolution-02da0c1be03c343f193cee73579b090a825df5e4.zip
Plugged memory leaks.
2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net> * gui/contact-editor/e-contact-editor.c: (e_contact_editor_create_source_option_menu): * gui/contact-editor/e-contact-quick-add.c: (build_quick_add_dialog): * gui/component/addressbook-config.c: (addressbook_config_edit_source): Plugged memory leaks. svn path=/trunk/; revision=33849
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index babd645b81..6d9d2dffe4 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -3843,6 +3843,7 @@ e_contact_editor_create_source_option_menu (gchar *name,
menu = e_source_option_menu_new (source_list);
g_object_unref (source_list);
+ g_object_unref (gconf_client);
gtk_widget_show (menu);
return menu;