diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-27 13:24:37 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-27 13:24:37 +0200 |
commit | 5f974f7290cb505a341c579a3fdd8efc601477fe (patch) | |
tree | b40e469d8d8bfaa6c95364e668f3a96c54cc41e9 /src/messages-service.c | |
parent | ae735e195693b4179fca9e878c1518109a6fc6cd (diff) | |
parent | acc4b2a7088a47ef3d7b8570f88833399dbfe783 (diff) | |
download | ayatana-indicator-messages-5f974f7290cb505a341c579a3fdd8efc601477fe.tar.gz ayatana-indicator-messages-5f974f7290cb505a341c579a3fdd8efc601477fe.tar.bz2 ayatana-indicator-messages-5f974f7290cb505a341c579a3fdd8efc601477fe.zip |
Backported fixes from trunk up to r295
Diffstat (limited to 'src/messages-service.c')
-rw-r--r-- | src/messages-service.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/messages-service.c b/src/messages-service.c index db7a8d7..31d2a5b 100644 --- a/src/messages-service.c +++ b/src/messages-service.c @@ -134,6 +134,8 @@ uses_chat_status_changed (GObject *object, if (show_chat) g_menu_insert_section (menu, 0, NULL, chat_section); } + + g_object_unref (first_section); } static AppSection * |