aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-10 00:16:52 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-10 00:16:52 +0800
commitcae7d744c4b18dce09a6139f76c9b37cce1e7cda (patch)
tree3cf542540c601a75af74468f12375c69b510d2b6 /libempathy
parent10aa0f4dadebf7bc2e45ff6592cc37d3ac6310f4 (diff)
downloadgsoc2013-empathy-cae7d744c4b18dce09a6139f76c9b37cce1e7cda.tar
gsoc2013-empathy-cae7d744c4b18dce09a6139f76c9b37cce1e7cda.tar.gz
gsoc2013-empathy-cae7d744c4b18dce09a6139f76c9b37cce1e7cda.tar.bz2
gsoc2013-empathy-cae7d744c4b18dce09a6139f76c9b37cce1e7cda.tar.lz
gsoc2013-empathy-cae7d744c4b18dce09a6139f76c9b37cce1e7cda.tar.xz
gsoc2013-empathy-cae7d744c4b18dce09a6139f76c9b37cce1e7cda.tar.zst
gsoc2013-empathy-cae7d744c4b18dce09a6139f76c9b37cce1e7cda.zip
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
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-dispatcher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index 337cb8dac..c1b023713 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);