From cae7d744c4b18dce09a6139f76c9b37cce1e7cda Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 9 Jan 2009 16:16:52 +0000 Subject: [PATCH] Add a FIXME telling that there is a leak, not sure how to plug it, that code will be removed soon anyway. svn path=/trunk/; revision=2215 --- libempathy/empathy-dispatcher.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 337cb8da..c1b02371 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -753,6 +753,7 @@ dispatcher_connection_ready_cb (TpConnection *connection, } /* Advertise VoIP capabilities */ + /* FIXME: Capabilities is leaked */ capabilities = g_ptr_array_sized_new (1); cap_type = dbus_g_type_get_struct ("GValueArray", G_TYPE_STRING, G_TYPE_UINT, G_TYPE_INVALID); -- 2.39.2