aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-12-16 17:32:22 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-12-16 17:32:22 +0800
commit4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c (patch)
treef27cd29d530a0d702cd4f4e47a407395dc481a17 /src
parent4930adcea2ecf8279c9deabbb3fc47c47b95b40d (diff)
downloadgsoc2013-empathy-4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c.tar
gsoc2013-empathy-4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c.tar.gz
gsoc2013-empathy-4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c.tar.bz2
gsoc2013-empathy-4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c.tar.lz
gsoc2013-empathy-4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c.tar.xz
gsoc2013-empathy-4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c.tar.zst
gsoc2013-empathy-4e5f0e7095408bb3abf5ee5ee8f3b71ad71b509c.zip
Don't forget to unref the smiley manager
svn path=/trunk/; revision=2008
Diffstat (limited to 'src')
-rw-r--r--src/empathy-chat-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index c5e933908..8a6653ae5 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -1260,6 +1260,7 @@ empathy_chat_window_init (EmpathyChatWindow *window)
window);
gtk_menu_item_set_submenu (GTK_MENU_ITEM (priv->menu_conv_insert_smiley),
menu);
+ g_object_unref (smiley_manager);
/* Set up signals we can't do with glade since we may need to
* block/unblock them at some later stage.