Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-daemon.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2010-05-09 22:27:26 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-05-25 07:37:24 (GMT)
commitf480eea33f494d7e28ab82cb2cf6105861886c6a (patch)
treea03cde111d03b064c6f96c60c4d93caa1767009b /shell/ev-daemon.c
parenteb65999fbc7173f07731461c97e6be2a1d8467ce (diff)
[shell] Plug refcount leaks
Diffstat (limited to 'shell/ev-daemon.c')
-rw-r--r--shell/ev-daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-daemon.c b/shell/ev-daemon.c
index fcf472d..315636a 100644
--- a/shell/ev-daemon.c
+++ b/shell/ev-daemon.c
@@ -402,6 +402,7 @@ main (gint argc, gchar **argv)
g_dbus_node_info_unref (introspection_data);
g_list_foreach (ev_daemon_docs, (GFunc)ev_doc_free, NULL);
g_list_free (ev_daemon_docs);
+ g_object_unref (connection);
return 0;
}