From f480eea33f494d7e28ab82cb2cf6105861886c6a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 09 May 2010 22:27:26 +0000 Subject: [shell] Plug refcount leaks --- (limited to 'shell/ev-daemon.c') 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; } -- cgit v0.9.1