X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=libempathy%2Fempathy-tp-contact-list.c;h=cf1617aec6ce92c0e9e1c8ccabf84e494b7cb135;hp=f2c552c1b7c587a7dd323e875f7d884167bda487;hb=3c2d7465f6c1e1968b3f4e07d6897e96a14b61ac;hpb=ce64e9fc90ebbca2a9f36cb55cd0c837f1da2e27 diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c index f2c552c1..cf1617ae 100644 --- a/libempathy/empathy-tp-contact-list.c +++ b/libempathy/empathy-tp-contact-list.c @@ -833,7 +833,8 @@ empathy_tp_contact_list_init (EmpathyTpContactList *list) list->priv = priv; - /* Map group's name to group's channel */ + /* Map group's name to group's TpChannel. The group name string is owned + * by the TpChannel object */ priv->groups = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, (GDestroyNotify) g_object_unref);