diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-10-04 14:21:06 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-10-04 14:21:06 +0000 |
commit | 0f4e1841f386f298bd935e41af22f853813d85a7 (patch) | |
tree | 67f1f40f7d88adbde7c2dfed171bea7eb7599ecd | |
parent | a9ede03545ebb5daf8822456bfa675a282ed78ab (diff) | |
parent | 03b5774012129d4be9c07104c4b74b4f504fa3ba (diff) | |
download | ayatana-indicator-messages-0f4e1841f386f298bd935e41af22f853813d85a7.tar.gz ayatana-indicator-messages-0f4e1841f386f298bd935e41af22f853813d85a7.tar.bz2 ayatana-indicator-messages-0f4e1841f386f298bd935e41af22f853813d85a7.zip |
messages-service.c: remove superfluous unref.
Approved by Charles Kerr, PS Jenkins bot.
-rw-r--r-- | src/messages-service.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/messages-service.c b/src/messages-service.c index 2a5f3fd..129b082 100644 --- a/src/messages-service.c +++ b/src/messages-service.c @@ -174,8 +174,6 @@ on_bus_acquired (GDBusConnection *bus, g_error_free (error); return; } - - g_object_unref (bus); } static void |