]> git.0d.be Git - empathy.git/commitdiff
Add a FIXME telling that there is a leak, not sure how to plug it, that code will...
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 9 Jan 2009 16:16:52 +0000 (16:16 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 9 Jan 2009 16:16:52 +0000 (16:16 +0000)
svn path=/trunk/; revision=2215

libempathy/empathy-dispatcher.c

index 337cb8daca3246a1a9dc74504003df54d5abcb3c..c1b023713a9c6ee81e479c8b4de7eae9c8c91801 100644 (file)
@@ -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);